@charset "utf-8";
/* CSS Document */
.html, body {
background-color:#6699FF;}

#container {
	width: 800px;
	margin:0px auto 0px auto;
	border: solid 10px #FFFFFF;
	height:100%;
	background-color:#FFFFFF;

}
#main_pic {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:503px;
	margin-right:350px;

	
}
#text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	float: right;
	width: 350px;
	background-color:#FFFFFF;

}
#footer {
	clear: both;
	margin: 10px auto 5px auto;
	text-align:center;
}
