/* CSS Document */

/* ---------------------- */
/* ----GENERAL STUFF----- */
/* ---------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
    margin:0 auto;
	background-color:#000000;
	padding-top:25px;
}

#outerwrapper {
	width:980px;
	margin:0 auto;
	background:#000000;
	position:relative;	
}

/* ---------------------- */
/* ----HEADER LAYOUT----- */
/* ---------------------- */

#header {
	background:#000000;
}

#logo {
	width:980px;
	height:90px;
	overflow:hidden;
	float:none;
	margin:0 auto;
}

#subheader {
	width:980px;
	height:40px;
}


/* ----------------------------- */
/* -----CENTER LAYOUT STUFF----- */
/* ----------------------------- */

#center {
    margin:0 auto;
	height:420px;
	
}

#picture {
	margin:0 auto;
	width:532px;
	height:396px;
}	

#button img {
    margin:0 auto;
	position:absolute;
	border:none;
	top:280px;
	left:185px;
}	

/* ---------------------- */
/* -------FOOTER--------- */
/* ---------------------- */
#footer {
	font-family:Times;
	text-align:center;
	width:980px;	
}


