/* CSS Document */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg_repeat.gif) repeat;
	background-attachment:fixed;
	background-position: center center;
}

body {
	background: url(images/sky_repeat.jpg) repeat-x 0 0;
	/*background-attachment: fixed;*/
	background-position: top center;
	width:expression(document.body.clientWidth < 1000 ? "1000px" : "auto" );
	min-width: 1000px;
	
	height:expression(document.body.clientHeight < 518 ? "518px" : "auto" );
	min-height: 518px;
}



div#content_first {
	width: 1000px;
	height: 429px;
	margin: 0;
	padding: 0;
	background: url(images/first_page_gfx.jpg) no-repeat;
}
div#content_first_inner {
	width: 345px;
	height: 210px;
	margin: 0;
	padding: 0;
	padding-left: 35px;
	padding-top: 155px;
}


div#footer {
	width: 100%;
	width:expression(document.body.clientWidth < 1000 ? "1000px" : "auto" );
	min-width: 1000px;
	height: 100px;
}

div#footer_in {
	margin: 0;
	padding: 0;
	width: 440px;
	height: 20px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

p.bodytext {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
	font-size: 11px;
}

