/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}

body {line-height: 1;}ol, ul {list-style: none;}

blockquote, q {quotes: none;}

/* remember to define focus styles! */

:focus {outline: 0;}

/* remember to highlight inserts somehow! */

ins {text-decoration: none;}del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */

table {border-collapse: collapse;border-spacing: 0;}

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


body {
	background-color: black;
	background-image: url(bg.gif);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white; 
}

a {
	color: #adadad;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
	}

div {
	 border: 0px solid Black;
	 background: black;
}


#container	{
	margin: auto;
	width: 960px;
	border: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#header	{
	width: 960px;
	height: 400px;
	background: url(header.jpg);
	}

#header h1	{
	position: relative;
	top: 200px;
	left: 200px;
	}	

#topad	{
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding-top: 10px;
	background: white;
	}

#ad1 {
	float: left;
	min-width: 160px;
	min-height: 600px;
	display: inline;
	clear: none;
}

#ad2 {
	float: right;
	min-width: 160px;
	min-height: 600px;
	display: inline;
	clear: none;
}

#video {
	width:600px;
	display: inline;
	clear: none;
	float: left;
	padding-left: 20px;
}

#footer {
	clear: both;
	text-align: center;
	height: 120px;
}

.center	{
	text-align: center;
	margin-top: 20px;
	}
