html 
{
    overflow-y:     scroll;
}

body {
	background-image:		url("bg-video.gif");
	background-color:		rgb(255,255,255);
	background-attachment:	fixed;
	background-position:	center;
	background-repeat:		no-repeat;
	padding:				10px;
	text-align:				center;
}

div#intro_horizontal {
	width:			10px;
	height:			230px;
	margin-left:	auto;
	margin-right:	auto;
	
	width:			100%; /* Needed by IE6, otherwise it won't center horizontally! */
}

div#intro_vertical {
	position:		absolute;
	top:			50%;
	margin-top:		-115px;
	left:			0;
	width:			100%;
}

* {
	font-family:			verdana, sans-serif;
	font-size:				10pt;
	color:					rgb(0,0,0);
	text-decoration: none;
}

*.small {
	font-size:				8pt;
}

*.large {
	font-size:				11pt;
}

a:link,
a.small:link,
a.large:link,
a.medium:link
{
	color: rgb(0,0,0);
}

a:visited,
a.small:visited,
a.large:visited,
a.medium:visited
{
	color: rgb(0,0,0);
}

a:active,
a.small:active,
a.large:active,
a.medium:active
{
	color: rgb(100,100,100);
}  

a:hover,
a.small:hover,
a.large:hover,
a.medium:hover
{
	color: rgb(255,0,0);
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}
