@CHARSET "UTF-8";

.SiteWrapper {
    position: absolute;
    width: 100%;
    height: 280px;
    left:0;
    top: 50%;
    margin-top: -140px;
    z-index: 1;
}

.MainWrapper {
    position: absolute;
    width: 800px;
    height: 280px;
    left: 50%;
    margin-left: -400px;
    top: 0;
    z-index: 100;
}

.LeftBackground {
position:relative;
background:transparent url(../images/site/GreenStripe.jpg) top left repeat-x;
height:280px;
width:50%;
float:left;
z-index:50;
}

.RightBackground {
position:relative;
background:transparent url(../images/site/GreenStripe.jpg) bottom right repeat-x;
height:235px;
width:50%;
float:right;
z-index:50;
}

.LogoUptodateWrapper {
position:absolute;
top:0;
left:0;
z-index:150;
background:transparent url(../images/site/up-to-date-logo.png) top left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://freshserver/up-to-date-cosmetic/images/site/up-to-date-logo.png',sizingMethod = 'scale' );
width:333px;
height:84px;
}

.ImageSlider {
position:absolute;
top:85px;
left:25px;
width:750px;
height:102px;
border-top:5px solid #ccb233;
border-bottom:5px solid #ccb233;
z-index:150;
}

#ImageSlider {
	width: 750px;
	height: 102px;
	overflow: hidden;
	padding: 0px;
	clear:both;
}

#ImageSlider img {
	height: 102px;
	margin: 0px;
	border: 0px;
	clear:both;
}
	

.EnterSideWrapper {
position:absolute;
top:205px;
right:0;
z-index:150;
width:162px;
height:39px;
background:transparent url(../images/site/EnterSide.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://freshserver/up-to-date-cosmetic/images/site/EnterSide.png',sizingMethod = 'scale' );
}

.EnterSideWrapper a{
display:block;
width:162px;
height:39px;
}

.Copyrighter {
position:absolute;
bottom:0;
left:0;
z-index:150;
width:800px;
text-align:center;
color:#CCB233;
}

.Copyrighter a {
color:#CCB233;
text-decoration:none;
}
