@charset "utf-8";
/* CSS Document */
* { 
	margin: 0; 
	padding:0;
}

html {
	background-colour: #013B08;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

#Canvas {
	position: inherit;
	left: 0px;
	padding-top: 10px;
}

.NoFlash {
	height: 700px;
	position: relative;
	width: 800px;
}

.NoFlash p , .NoFlash h1 , .NoFlash h2 {
	padding-top:200px;
	padding-bottom:25px;
	padding-right:50px;
	padding-left:50px;
	position: absolute; 
	z-index: -1; 
	font-family: verdana;
	color: #FFFFFF;
	overflow: hidden;
}

.NoFlash h1 {
	left: 0px;
	top: 0px;
	font-size: 18px;
	font-weight: bold;
}

.NoFlash h2 {
	left:0px;
	top:30px;
	font-size: 14px;
	font-weight: bold;
}

.NoFlash p {
	left:0px;
	top:60px;
	font-size: 12px;
	font-weight: normal;
}

.NoFlash p span {
	font-size:5pt;
	display:block;
	overflow:hidden;
}

.Footer {
	position: relative;
	width: 900px;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
