/* Main stylesheet
==================================================================*/

/*-------------------------------------------------------------------------------
	Global
-------------------------------------------------------------------------------*/

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#video {
	height: 100%;
}
/* end hide */
	
body {
	background: #010101 url(../images/background.gif) repeat-x 0 0;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0; padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}	

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

h2 {
	margin: 0; padding: 0;
}


/*-------------------------------------------------------------------------------
	Links
-------------------------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#top {
	width: 100%;
	border-bottom: 1px solid #393939;
	background: transparent url('../images/topbg.gif') repeat-x 0 0;
}

#top img {
	float: right;
}

