@charset "UTF-8";
/* CSS Document */

body{

background-color:#9c9687;
}

a{border:none; text-decoration:none;}
img{border:none;}


#wrapper{ margin:0 auto;
width:900px;height:400px;
left:50%;top:50%;
margin:-400px 0 0 -450px;
min-height:400px;

position:fixed;

}



