/* CSS Document */

/* html {overflow-y:hidden;} */

body {
	background-color:#000000;
	margin:0 0 0 0;
	color:#FFFFFF;
	font-family:"Courier New", Courier, mono;
	font-size:24px;
	line-height:140%;
	}	
	
#header {
	background-color:#FFFFFF;
	height:126px;
	position:relative;
	}
	
#outfits {
	height:475px;
	background-color:#FFFFFF;
	position: absolute;
	bottom: 0px;
	width:100%;
	top: 126px;
	}		

#flash {
	width:529px;
	float:left;
	}
	
#rollover {
	width:146px;
	height:22px;
	float:right;
	margin: 10px 0 0 0;
	}	

#info-logo {
	margin-left:181px;
	width: 600px;
	}
	
#contact-block {
	margin-left:181px;
	margin-top: 13px;
	}	

#footer {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	margin:27px 13px 0 0;
	}
	
a:link { color:#FFFFFF;}
a:hover { text-decoration:none;}
a:visited { color:#CCCCCC;}
		

