/* CSS specific to intro page */

body
{
    
	background-color: #444444;
	text-align:center;
	
	font-family: sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	color: white;
	
	margin:0;
	padding: 0;
	
	min-height: 100%!important;
}

div#wrapper
{
	background-color: #173861;
	width: 85%!important;
	max-width: 1024px;
	min-width: 800px;
	height: 100%;
	margin: auto;
	padding: 10px;
}


div#introMovie
{
	margin: auto;
	padding: 20px;
	text-align: center;
}

div#intro *
{
	margin: auto;
	margin-top: 5px;
	border: 0;
}

div#intro table
{
	padding: 5px;
	width: 25%;
}

div#disclaimer
{
	margin: auto;
	margin-top: 15px;
	padding: 5px;
	text-align: right;
	font-size: 0.7em;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: yellow;
	text-decoration: overline underline;
}

.skip
{
	margin: auto;
	width: 200px;
}

