/* CSS Document */

body {
margin:0px;
}

#start {
width:1007px;
*width:1003px;
margin:0 auto;
}

#container {
float:left;
width:1005px;
*width:1001px;
border:1px #E9FFCC solid;
}

#top_left {
background:url(../images/bg_01.jpg) no-repeat;
width:504px;
height:350px;
float:left;
}

#top_right {
background:url(../images/bg_02.jpg) no-repeat;
width:500px;
*width:496px;
height:350px;
float:left;
}

#bottom_left {
/*background:url(../images/bg_03.jpg) no-repeat;*/
width:504px;
height:200px;
float:left;
}

#bottom_right {
/*background:url(../images/bg_04.jpg) no-repeat;*/
width:500px;
*width:496px;
height:200px;
float:left;
}

.more_bt {
color:#993300;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.more_bt a:hover{
color:#993300;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
