@charset "utf-8";
/* Custom CSS */

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
	background-image:url(../images/spring-bg.jpg);
	background-repeat:repeat-x;
	background-color:#010101;
	}

#container {
	margin:0 auto;
	width:944px;
	height:818px;
	background: url(../images/spring.jpg);
	background-position:top;
	text-align: left;
}