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

* {
	margin: 0px;
	padding: 0px;
}
				
				body
				{
	width:100%;
	height:100%;
	/*margin-left:auto;
	margin-right:auto;*/
	padding:0px;
	margin:0px;
	background-color: #d0a202;
	text-align: center;
	color: #000;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
				}

			    html,div#altContent
				{
	width:100%;
	height:100%;
				}
