@charset "utf-8";
/* CSS Document */

body {
margin:0px;
background-color: #8cc7d9;
background-image: url(img/main_back.jpg);
background-repeat:repeat-x;
}



#mainwrapper {
width: 1000px;
margin-left:auto;
margin-right:auto;
}

#head {
height: 68px;
}

#head .left {
float: left;
}

#head .right, #foot .right {
float: right;
text-align:right;
}

#contentwrapper {
margin-top:10px;
}

#content {
width:1000px;
background: #ffffff;
height: 410px;
}


#box {
width: 420px;
float: left;
}

#box img {
margin-top:20px;
}

#dialog {
width: 545px;
height: 380px;
float: right;
}

#foot {
display: none;
clear: both;
padding-top: 10px;
}

#foot a {
color: #ffffff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-left: 20px;
}
