html, body
{
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0;
	background: URL("/img/gustavtopbg.jpg") right top repeat-x;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
}

a
{
	color: #0094c8;
}
a:hover{
	color: #ed1c24;
}

#yta{
	margin: 19px auto 0 auto;
	width: 833px;
	height: 742px;
}


#box{
	height: 700px;
	border: 1px solid #151515;
}

#right{
	width: 263px;
	height: 750px;
	float: right;
	text-align: right;
	background: URL("/img/gustavbg.jpg") right bottom no-repeat #000000;
}

#left{
	width: 560px;
	min-height: 750px;
	margin-top: 50px;
	overflow: auto;
	float: left;
}

#low{
	height: 40px;
}

.FloatEnd {
	clear:both;
}

