
html, body{
	margin: 0;
	background: white url(../images/background.jpg) no-repeat fixed center bottom;
	font: 1em helvetica, "century gothic", arial;
	color: white;
}

#wrapper{
	margin: 0 auto;
	width: 942px;
}

#wrapper #logo{
	width: 100%;
	height: 111px;
	background: url(../images/head.jpg) no-repeat;
}

#content{
	padding: 10px;
	border: 1px solid white;
	clear: left;
	margin-top: 25px;
	min-height: 400px;
	background: transparent url(../images/bgd.png) repeat;
	text-align: left;
}

#content h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #e3e3e3;
	text-decoration: underline;
}

#content p{
	color: white;
	line-height: 1.2em;
	font-size: 13px;
}

.tv{
	float: right;
	width: 512px;
	height: 375px;
}

.clear{
	clear: both;
}


a.watch{
	width: 400px;
	height: 89px;
	background: url(../images/watch.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	clear: both;
}

a.watch:hover{
	background-position: 0 -91px;
}

#footer{
	float: right;
	font-size: 1em;
	margin-top: 15px;
	width: 100%;
}

#footer p{
	float: right;
}

#footer #stamps{
	width: 400px;
	height: 50px;
	display: block;
	float: left;
	background: url(../images/payments.gif) no-repeat;
}

#footer a{
	color: #ccc;
	text-decoration: none;
}

#footer a:hover{
	color: white;
	text-decoration: underline;
}