.container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.leftside {
	width: 434px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -150px;
	float: left;
}
body {
	margin: 0px;
	padding: 0px;

}
#navimage {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation {
	float: left;
	width: 220px;
}
.clearfloats {
	clear: both;
}
html { 
	background: url(../images/bg6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}.rightside {
	float: left;
	width: 516px;
	
	
}
.rightinfo {
	width: 375px;
	margin-top: 125px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 20px;
	background-image: url(../images/white_trans.png);
}
