@charset "utf-8";

html,body {
height:100%;
}

p {
margin:0px;
padding:0px;
}

body {
min-width:1202px;
min-height:800px;
text-align:center;
background-color:#dae0cb;
}

#outer { /* vertical */
float:left;
height:50%;
margin-top:-400px;
width:100%;
}

#wrapper { /*horizontal */
	position:relative;
	margin:0 auto;
	height:800px;
	overflow:auto;
	text-align: left;
	width:1202px;
	/*background-image:url(hairbrush.jpg);*/
	clear:both;
	}
	


