
/*===================================

CSS for aaronminier.com 09 intro page

===================================*/

body {
	background: #000000;
	background-image: url(../images/graphics/grungebk1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Myriad, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

html, body {
	height: 100%;
}

#centeredDiv {
	width: 775px;
	height: 485px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -260px 0 0 -387px;
}

#introLogo {
	width: 577px;
	height: 50px;
	background-image: url(../images/graphics/aaronminierlogo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#introImage {
	width: 735px;
	height: 370px;
	border: 20px solid white;
}
	
#introClick {
	width: 775px;
	height: 16px;
	background-image: url(../images/intro/click.gif);
	background-position: right;
	background-repeat: no-repeat;
}

