@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	margin-bottom:40px;
	background:url(images/bg.jpg);
	}

#container {
	width:1084px;
	height:auto;
	margin: 0 auto;
	top: 0px;	
	}
	
#header {
	width:1084px;
	height:304px;
	background:url(images/header-bg2.jpg);
	}
	
#title {
	width:268px;
	height:113px;
	margin-left:130px;
	}
	
#main-pic {
	width:530px;
	height:384px;
	margin-left:450px;
	top:0px;
	position:absolute;
	}
	
#links {
	width:135px;
	height:150px;
	padding-top:40px;
	margin-left:130px;
	}
	
#onetwothrees {
	width:850px;
	padding-left:130px;
	padding-right:104px;
	height:auto;
	padding-top:80px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
	}
	
#footer {
	width:1084px;
	height:142px;
	background:url(images/footer-bg.jpg);
	}
