@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	color: #978562;
}

#container{
	z-index: 100;
	margin:auto;
	width:900px;
	height: auto;
	position:relative;
	background-color:#FFF;
	padding: 10px;
	height: 500px;
	position:fixed;
}


