@charset "utf-8";
/* style.css -- terriotv.com*/

body
{	
	background:#e6dbbb url(images/bg.jpg) top center repeat-x;
	background-attachment: fixed;
	padding: 0; margin: 0px auto 30px auto;
}

#main
{
	align:center;
	position: relative;
	min-height:540px;
	height: 100%;
	width:960px;
}

