/**
 * Style sheet xBackground
 */
#right
{
	margin-bottom:-10000px;
		padding-top:5px;
		padding-bottom:10010px;
		background-color:#FFF0B3;
		overflow: hidden;
}

body
{
	background-color:#ffcc00;
	background-position:left top;
	background-repeat: repeat;
	background-attachment: fixed;
}

#container
{
	overflow: hidden;
}

#main
{
	margin-right:auto;
	margin-bottom:-10000px;
	margin-left:auto;
	padding:20px 10px 10010px 10px;
	background-color:#FEE580;
	width:480px;
	overflow: hidden;
}

#left
{
	margin-bottom:-10000px;
	padding-top:20px;
	padding-bottom:10010px;
	background-color:#FFF0B3;
	overflow: hidden;
}
