html, body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

body {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #053050;
	background-attachment: fixed;
}

div.body {
	width: 100%;
	min-height: 580px;
	height: auto;
	float: left;
	background: url('../images/background_right.png') right 40px no-repeat transparent;	
	background-attachment: fixed;	
}

div#page {
	text-align:left;
	float: left;	
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}

div.header {
	width: 100%;
	height: 31px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:fixed;
	
}

div.content {
	width: 960px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top:40px;
}

div.content div.pagemargin {
	width: 964px;
	float: left;
	margin: 80px 0 0 0;
	/* background: url('../images/bg_pagemargin.png') center top repeat-y transparent; */
}

div.footer {
	width: 960px;
	/*min-height: 350px;*/
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	/*background: url('../images/bg_footer.png') center top no-repeat transparent;*/
}
