* {
	margin: 0;
	padding: 0;
}

body, html {
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFF00 url("../images/gradient.jpg") left top repeat-x; 
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #B35722;
}

a:hover {
	color: #FFCC00;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

#wrapper {
	background: url("../images/tv.png") left top no-repeat;
	width: 1000px;
	height: 750px;
	position: relative;
}

#content-text{
	position: absolute;
	top: 190px;
	left: 220px;
	width: 520px;
	height: 300px;	
	text-align: justify;
	color: #FFFFFF;
}

#content-text img {
	padding-right: 10px;
	padding-bottom: 10px;
}

#content-title {
	position: absolute;
	left: 270px;
	top: 140px;
	font-weight: bold;
	font-size: 12pt;
	color: #B35722;
	width: 350px;
}

#logo {
	position: absolute;
	left: 620px;
	top: 130px;
	color: #DCD8D1;
}

#copyright {
	position: absolute;
	top: 670px;
	left: 170px;
}

#menu {
	position: absolute;
	top: 550px;
	left: 475px;
	height: 100px;
	width: 250px;
}