@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}

body{background-color:#e0ece6;
}

#wrapper{
width:1400px;
margin:0 auto;
}

#header{
height:160px;
position:relative;
}

#header img{
	position:absolute;
	left: 318px;
	top: 20px;
}

#content{
}

.left{
width:100px;
height:700px;
float:left;
position:relative;
}

.left img{
	position:absolute;
	left: 35px;
	top: 360px;
}

.center{
width:1200px;
height:700px;
float:left;
box-shadow:#CCCCCC 0 0 10px;
}
.right{
width:100px;
height:700px;
float:right;
position:relative;}

.right img{
	position:absolute;
	left: 30px;
	top: 360px;
}
.right img a{}
.right img a:hover{
border:0;}

#footer{
clear:both;
height:40px;
position:relative;
}

#footer a{
	position:absolute;
	left: 1209px;
	top: 15px;
}

