@charset "utf-8";
/* CSS Document */
body, html {

}

body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #fff;
	color: #CCCCCC;
}

#page{

text-align: center; /*H-centering in early IE versions*/
}
#nav {
width: 512px;
height: 158px;
position:relative; /*allows for top property to move the element*/

margin-left: auto;margin-right: auto; /*H-centering in complaint browsers*/
margin-top:200px;
} 

#pageContent {
	width: 800px;
	height: 600px;
	margin-left: auto;margin-right: auto; /*H-centering in complaint browsers*/
	margin-top:50px;
} 

img {

	border:0;

}