@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

#wrapper{
    width:900px;
	text-align:left;
}

#header{
	float:left;
	margin:0px 0px 0px 0px;
	height:233px;
	padding:0px 0px 0px 0px;
	top: 0;
	overflow:hidden;
}
#main{
	float:left;
	width:900px;
	background-image: url(images/main_bg_04.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#right{
	float:right;
	width:235px;
	background-image: url(images/main_bg_03.gif);
	background-position:top;
	background-repeat: no-repeat;
}
#content{
	float:left;
	width:665px;
	background-image: url(images/main_bg_03.gif);
	background-position:top;
	background-repeat: no-repeat;
}
#footer{
	float:left;
	width:900px;
	height:120px;
	background-image: url(images/main_bg_05.gif);
	background-position:top;
	background-repeat: no-repeat;
}