HTML,BODY {

	margin: 0;

	padding: 0;

}



BODY {

	background-attachment: fixed;
	background-image: url(http://aboveapparel.com/backgrounds/party.jpg);
	background-repeat: repeat-y;
	background-position: center top;


	

	width: 100%;

	height: 100%;

	padding: 0px 0 0;



	font: 11px/16px 'Trebuchet MS',Arial,sans-serif;

	text-align: center;

	color: #373737;

}





A {

	color: #761E11;

	text-decoration: none;

}



A:HOVER {

	text-decoration: underline;

}





A IMG {

	border: 0;

}





DIV {

	text-align: left;

}





DIV#container {

	margin: 0 auto;

	width: 854px;

}

