/* CSS Document */
body {
margin:0;
background:#C3C3C3;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

a {
color:#C00;
text-decoration:none;
}
a:hover {
color:#C00;
text-decoration:underline;
}


/*--------------id*/
#wrapper {
width:940px;
height:600px;
margin:auto;
margin-top:40px;
background:#FFF;
padding:20px;
padding-bottom:0;
}
#slide_left {
float:left;
background:url(../images/slide_left.jpg);
width:464px;
height:440px;
text-align:center;
padding-top:140px;
}
#main {
float:left;
background:url(../images/main.jpg);
width:476px;
height:580px;
}
#header {
margin-top:5px;
text-align:right;
}
#footer {
clear:both;
text-align:left;
font-size:0.8em;
}

