/* CSS Document */
html {	margin:0px;padding:0px;height:100%;}
body {
	background-color:#1A324C;
	background-repeat:no-repeat;
	background-position:left;
	/*background-image:url(../img/bottom_image.jpg);*/
	background-repeat:repeat-x;
	background-position:bottom;
	height:100%;
	margin:0px;
	padding:0px;
}
.header {
	background-image:url(../img/header.jpg);
	background-repeat:repeat-x;
	height:108px;
	border-bottom:2px solid #FFFFFF;
} 
.back {
	background-image: url(../img/back_4.jpg);
	/*border:4px solid #FFFFFF;*/
	background-repeat:no-repeat;
	height:450px;
	background-position:right;
}
.footer {
	font-family:verdana;
	font-size:10px;
	color:#ECE9D8;
	padding-right:5px;
}
