@charset "utf-8";
/* CSS Document */

body {
	background-color: #C14009;
	color: #FFF4FB;
}
#trailermenubox {
	width: 100%;
	padding-right: 100px;
}
#trailercontainer #trailerbannar {
	font-size: small;
	position: absolute;
	top: 30px;
	left: 0%;
	width: 100%;
}

#trailercontainer {
	width: 100%;
}

#trailermenubox #trailermenu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#trailermenu tr td {
	padding-right: 10px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}
a:link {
	color: #FFC;
}
a:visited {
	color: #FF6;
}
#trailermenu a:hover {
	color: #F9F;
}

#logobox {
	position: absolute;
	top: 5px;
	left: 5px;
}
#logobox table tr td {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
