html, body {
	margin:0; padding:0;
	height:100%;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
/* LAYOUT */

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-130px;
	width:1px;
}

#centerWrapper{clear:left; height:185px; position:relative; margin:0 auto; cursor: pointer;}

#background{height:185px; position:absolute; width:50%; margin-left:50%; z-index:-1;}
#background-top{height:40px; background:#3d007a; position:relative;}
#background-bottom{height:145px; background:#000; position:relative;}

#center{height:185px; position:absolute; margin-left:10%; width:1000px;}
#center-logo-wrapper{width:275px; height:185px; background:#fff; float:left;}
	#center-logo{width:145px; height:145px; margin:40px 0 0 105px; float:left; background:url(../images/tarahkostenko_logo_145.png) no-repeat center center;}
#center-top{height:40px; width:725px; float:left; background:url(../images/makeupartistry_front.jpg) no-repeat center center;}
	#center-top-inside{
		padding:3px 0 0 30px; 
		font:2.9em "Copperplate Gothic Bold", serif;
	}
#center-bottom{height:145px; width:725px; background:#000; float:left;}
	#center-bottom-inside{height:145px; width:725px; background:#000; float:left; background:url(../images/tarahkostenko_front.jpg) no-repeat center center; display:none;}

#footer {clear:both; width:100%; margin:40px auto auto 0;
		background:#000; text-align:center; font:bold 1em Arial, sans-serif; color:#fff;}
        #footerInside {padding:10px;}
		#footerInside a:link {color: white;}

#cassia {padding:10px; float: right; text-align:right; font:1em "Courier New";}