/* default CSS */

#middle {
background-image: none;
background-repeat: no-repeat;
}

#sidebar {
display: none;
}

#content {
padding: 20px 10px;
width: 940px;
}

#content_home_main {
clear: both;
}

#content_home_left {
float: left;
width: 740px;
}

#content_home_right {
float: right;
width: 190px;
}

