#container {
	height: 1050px;
	width: 1700px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(snow%20hd.jpg);
}
#container #left {
	float: left;
	height: 750px;
	width: 600px;
	margin-left: 350px;
	background-color: #333333;
}


#container #top {
	height: 150px;
	width: 1100px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#container #bottom {
	float: left;
	height: 150px;
	width: 1700px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
