@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin: 0px;
	font-size: 10px;
	color: #6c6c6c;
	font-family: "Trebuchet MS", sans-serif;
	/*background: url("http://www.rds2.co.uk/clients/dreamfishing/assets/editor/uploaded/video-bg.jpg") center top no-repeat #000;
	background: url("video-bg-2.jpg") center top no-repeat #000;*/
	background: url("../intro/video-bg-white.jpg") center top no-repeat #fff;
}

.maincontainer {
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

.button{
	width:185px;
	float:left;
}

.button-left{
	width:185px;
	margin-left: 30px;
	float:left;
}

.text{
	clear:both;
	font-size: 10px;
	color: #cccccc;
}

.video{
	width:774px;
	height:465px;
	margin: 124px auto 180px auto;
	z-index: 2000;
	position:relative;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 1em;
	color:#AE1A16;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1em;
	color:#AE1A16;
}

.text a:link {
	text-decoration: none;
	border-bottom:1px dotted;
	color:#FFF;
} 

.text a:visited {
	text-decoration: none;
	border-bottom:1px dotted;
	color:#FFF;
}

.text a:hover {
	text-decoration: none;
	border-bottom:1px dotted;
	color:#AE1A16;
}

.text a:active {
	text-decoration: none;
	border-bottom:1px dotted;
	color:#FFF;
}

.skipMask {
	background:url("../intro/skip-badge-1.png") no-repeat scroll right top transparent; /* For other browsers */
	display:block;
	height:123px;
	left:658px;
	position:relative;
	top:-6px;
	width:123px;
	z-index:1000;
	margin-bottom:-123px;
}
#skip {
	display:block;
	height:123px;
	position: absolute;
	top:-6px;
	right:-6px;
	width:123px;
	z-index:1000;
	margin-bottom:-123px;
}

.skipMask a {
	position:relative; /* to make the links clickable*/
}

