html, body { margin:0; padding:0; }

body { position:relative; text-align:center; width:100%; height:100%; }

#wrapper { width:775px; height:550px; position:relative; margin:0 auto; }

#splash { width:500px; height:500px; position:absolute; top:0px; left:0px; border:1px solid #E31937; }

#splash img { position:absolute; }

#splash-d { top:0px; left:0px; z-index:10; }
#splash-r { top:0px; left:103px; z-index:10; }
#splash-a { top:0px; left:188px; z-index:5; }
#splash-w { top:0px; left:273px; z-index:10; }
#splash-n { top:0px; left:377px; z-index:10; }
#splash-to { top:240px; left:135px; z-index:20; }
#splash-fashion { top:250px; left:70px; z-index:20; }

#splash h1 { margin-top:500px; }
#splash h2 { margin-top:500px; }

#splashText { 
	position:absolute; top:0px; left:525px; 
	width:250px; height:500px; 
	text-align:justify; 
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:9pt;
	line-height:14pt;
	color:#666;
}
#splashText h1 { font-weight:normal; font-size:23pt; color:#333; text-align:center; }
#splashText h2 { font-weight:normal; font-size:13pt; color:#E31937; text-align:center; font-style:italic; }

#splashTextSH { position:absolute; bottom:0px; right:30px; }
#splashTextSH h2 { font-weight:bold; font-size:15pt; color:#333; text-align:center; }


#foot { 
	position:absolute; bottom:0px; left:-50px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:875px; margin:0;
	padding:0;
}

#foot ul { list-style:none; }
#foot li { float:left; margin-left:15px; }
#foot li.first { margin-left:0px; }
#foot a { color:#666; text-decoration:none; }