@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#container #content p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}

#container {
	width: 955px;
	margin: 0px auto;
	text-align:center;
	/*min-height: 100%;
	height: 100% !important;
	height: 100%;*/
	background-image: url(img/bg_home.gif);
	background-repeat: no-repeat;
	background-position: left 200px;
}
#container #content {
	height: 500px;
}
#container #content .logo {
	margin-top: 35px;
}
