@charset "utf-8";
html, body {
	color: #666666;
	margin: 0px;
	background-image: url(../images/seprator.jpg);
	background-repeat: repeat-x;
	background-position: left 475px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
}
div, span, html, p {
	padding:0px;
	margin:0px;
}
a {
	color: #FBA026;
	text-decoration: underline;
}
#image {
	position:absolute;
	margin-left:750px;
	margin-top:393px;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#container {
	width:1000px;
	height:590px;
	margin:auto;
}
#text {
	width:590px;
	position:absolute;
	margin-left:200px;
	margin-top:150px;
}
.Left { float:left;}
.Right { float:right;}
.width49 {
width:49%;
}
#footer { color:#CCCCCC; position:absolute; margin-top:485px; font-size:13px; margin-left:40px;}