@charset "utf-8";
body {
	background: #7608aa url(background-tile.png) 0 50% repeat-x;
	margin: 0;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 13px;
	text-shadow: #000 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;

}

a {
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #F0B3E3;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
}

h2 {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:18px; font-weight:normal; color:#404040; margin-bottom:15px;}
h2 span {color:#FFCC00;}


#television {
	background: #7608aa url(background-tele.png) 0 50% no-repeat;
	min-height: 735px;
	max-width: 415px;
	margin: 0;
	z-index: 1;
}

#content {
	position:absolute;
	margin-left: 420px;
	width: 500px;
	top:200px;
	height:150px;
	z-index:1;
	left: 6px;
}

#bottom {position:absolute; top: 380px; left: 425px; width: 505px; margin: 0; padding: 10px 0px 30px 0px; overflow: hidden; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; font-weight:normal; z-index: 2;}
.bottomColumn {width: 200px; border-right: 1px solid #d4d7dd; padding-right: 15px; float: left; margin: 0px 25px;}
.bottomColumn a {padding-left: 3px;}
.bottomColumnLast {	border-right: 0; margin-right: 0; padding-right: 0;}

