/* CSS Document */

html,body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #D0FFEB;
	background-image: url(../images/continar_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #D0FFEB;
}
#header{
	padding: 0px;
	position: relative;
	height: 477px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 890px;
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main{
	width: 635px;
	float: right;
	text-align: left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-right: 0px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topmenu {
	height: 153px;
}

