/* Why Study America materials */
/* CSS by Graham Gilchrist 21/02/08 */

/* reset all browser defaults */
* {margin: 0; padding: 0; border: none;}

/* fonts */
* {
	font-family: Arial, Helvetica, sans-serif; 
}

body { 
	background-color: #000; 
	color: #fff;
}

/* links */
a { 
	text-decoration: none;
	text-transform: lowercase;
	color: #acacac;
}

/* blocks */
#container {
	position: relative;
	left: 50%; 
	margin-left: -375px;
	width: 750px;
	height: 100%;
}

#header {
	height: 137px; 
}
#header h1{
	text-indent: -3000px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: 125px;
	width: 319px;
}

#content {
	text-align: center;
	height: 100%;
	font-size: 140%;
}
#indeximg {margin: 20px 0;}