/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	/*background: white;*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix {
clear:both;
height:1px;
}
/* CSS Document */
.hidden {
display: none;
}
body {
/*background-image:url('../decor/topborder.png');
background-repeat:repeat-x;
background-position:left top;*/
background-color:#000;
color:#ccc;
zoom: 1;
}

#wrapper {
/*text-align:center;*/
background-color: #000;
position:relative;
width:800px;
height:600px;
}

#trailerwrapper {
/*text-align:center;*/
background-color: #003;
position:relative;
width:768px;
height:609px;
}

.comment { color: #99c; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; }

#trailerdiv {
background-color: #111;
background-image:url(loadinfo.gif);
background-repeat:no-repeat;
background-position:center center;
position:absolute;
width:384px;
height:304px;
	left: 0px;
	top: 0px;
}

#kentadiv {
	background-color: #003;
	background-image:url(loadinfo.gif);
background-repeat:no-repeat;
background-position:center center;
	position:absolute;
	width:384px;
	height:304px;
	right: 0px;
	bottom: 0px;
}


#trailerinfo {
background-image:url(Trailerback1.jpg);
background-repeat:no-repeat;
background-color: #111;
position:absolute;
width:384px;
height:303px;
right: 0;
top: 0;
}

#kentainfo {
background-image:url(Trailerback2.jpg);
background-repeat:no-repeat;
background-color: #003;
position:absolute;
width:384px;
height:304px;
left: 0;
bottom: 0;
}


div.snygglink {
	width: 180px;
	height: 14px;
}

#berglink1 {
	position:absolute;
	bottom: 44px !important ;
	bottom: 38px ;
	left: 8px;
}
#berglink2 {
	position:absolute;
	bottom: 6px;
	left: 8px;
}
#berglink3 {
	position:absolute;
	bottom: 36px;
	right: 10px;
	text-align: right;
}
#berglink4 {
	position:absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
}

.snygglink, .snygglink a, .snygglink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 10px;
	
	font-weight: bold;
	text-decoration: none;
}

#berglink1 a:link, #berglink1 a:visited {
	color: #777;
		text-decoration: none;
}
#berglink1 a:hover, #berglink1 a:active {
	color: #DDD;
		text-decoration: none;
}
#berglink2 a:link, #berglink2 a:visited {
	color: #777;
		text-decoration: none;
}
#berglink2 a:hover, #berglink2 a:active {
	color: #DDD;
		text-decoration: none;
}

#berglink3 a:link, #berglink3 a:visited {
	color: #0033FF;
		text-decoration: none;
}
#berglink3 a:hover, #berglink3 a:active {
	color: #FFCC66;
		text-decoration: none;
}
#berglink4 a:link, #berglink4 a:visited {
	color: #0033FF;
		text-decoration: none;
}
#berglink4 a:hover, #berglink4 a:active {
	color: #FFCC66;
		text-decoration: none;
}


