/* CSS Document */
html,body{
	height:100%;
}
body{
	font-size:0.626em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#e37222;
}
a{
	color: #4f2991;
	text-decoration:none;
}
a:hover{
	color: #4f2991;
	text-decoration:underline;
}

#outerWrapper{
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:550px;
	background:url(/_images/page-bkd.jpg) transparent no-repeat 0 62px;
}
#innerWrapper{
	
}
#logo{
	width:218px;
	height:63px;
	margin:0 auto 0;
	background:url(/_images/logo.png) transparent no-repeat;
	text-indent:-9999px;
}
#links{
	width:458px;
	height:200px;
	margin:104px auto 0;
}
#links a{
	display:block;
	width:150px;
	height:200px;
	text-indent:-9999px;
	float:left;
}
#men{
	background:url(/_images/men.jpg) transparent no-repeat;
}
#women{
	background:url(/_images/women.jpg) transparent no-repeat;
}
#links img{
	margin:0 4px;
	float:left;
}
#legal{
	width:459px;
	height:17px;
	margin:104px auto 0;
	background:url(/_images/legal.png) transparent no-repeat;
	text-indent:-9999px;	
}