html{
height:100%;
}
body{
	background-color: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:100%;
	margin-top:0px;
}
#wrapper {
	margin:auto;
	height: 691px;
	width:950px;
}
#maincontainer {
	width: 950px;
	margin: auto;
	height: 691px;
}
#header { 
	width: 950px;
}
#contentbg {
	width:477px;
	height: 383px;
	background-image:url(images/welcomebg.jpg);
	float: left;
}
#sectionbg {
	width:473px;
	height: 383px;
	float: right;
}
#text {
	width: 407px;
	height: 363px;
	padding-right: 10px;
	padding-left: 60px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:auto;
	clear: both;
}
#bottom{
	width:950px;
	height:180px;
	clear:both;
}
#nav {
	width: 695px;
	height: 180px;
	float: left;
}
#logo {
	width:255px;
	height: 180px;
	float: right;
}
