@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container {
	margin: 0px;
	float: left;
	height: 700px;
	width: 955px;
	left: 0px;
	top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
#header {
	float: left;
	height: 152px;
	width: 955px;
}
#navigation {
	float: left;
	height: 31px;
	width: 955px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	float: left;
	height: 484px;
	width: 738px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 100px;
}
#footer {
	float: left;
	height: 31px;
	width: 729;
	padding-left: 226px;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
