html {
	height: 100%;
	overflow:hidden;
}

body {  
	height: 100%;
	overflow:hidden;
	padding:  0;
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	background: #000;
	color: #fff;
	min-width: 790px;
}  

#bg {
	position: absolute;
	z-index: -1;
}

#strapline {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 1818px;
	height: 168px;
	background: url(../images/strapline.png);
	line-height: 0;
	overflow: hidden;
}

#body {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#main {
	float: left;
	width: 80%;
	text-align: center;
}

#content {
	text-align: left;
	width: 560px;
	padding: 30px;
	margin: 0 auto;
}

#sideright {
	position: absolute;
	right: 65px;
	top: 55px;
	text-align: center;
}


h1 {
	color: #ed1c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	margin-bottom: 0.3em;
}

p {
	margin: 0 0 1.4em 0;
}

a {
	color: #B790C2;
}

/* Navigation */

.topnav,
.topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topnav li {
	margin: 0 0 15px 0;
}

.topnav li a {
	font-size: 12px;
	line-height: 1.1;
	display: block;
	color: #ed1c24;
	text-decoration: none;
	text-indent: -9999px;
	width: 95px;
	height: 60px;
	background: url(../images/buttons_sprite.png) no-repeat;
	outline: none;
}

.topnav #topnav1 a { background-position: -95px 0 }
.topnav #topnav2 a { background-position: -95px -60px }
.topnav #topnav3 a { background-position: -95px -120px }
.topnav #topnav4 a { background-position: -95px -180px }

.topnav #topnav1.current a,
.topnav #topnav1 a:hover { background-position: 0 0 }
.topnav #topnav2.current a,
.topnav #topnav2 a:hover  { background-position: 0 -60px }
.topnav #topnav3.current a,
.topnav #topnav3 a:hover  { background-position: 0 -120px }
.topnav #topnav4.current a,
.topnav #topnav4 a:hover { background-position: 0 -180px }

/* Twitter and facebook links */

.twitbook,
.twitbook li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twitbook {
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.twitbook li {
	float: left;
	margin: 0 10px 0 0;
}

.twitbook li a {
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 35px;
	height: 35px;
	background: url(../images/twitbook.png) no-repeat 0 0;
}

.twitbook #facebook a {
	background-position: -35px 0;
}

/* White box */

.box {
	background: url(../images/box.png) no-repeat 0 0; 
	min-height: 303px;
	padding: 30px 50px 20px 40px;
	color: #ed1c24;
	font-weight: bold;
}

/* Neglect page */

.page_neglect h1 {
	color: #fff;
}

/* video player */

.player {
	padding-top: 15px;
}

.player .noflash {
	display: block;
}

.player object,
.player embed {
	outline: none;
}