/* ------------------------------------------------------------

    Title:     Watersafe: The game - screen
    Author:    production@frontend.co.nz
    Created:   November 2008


------------------------------------------------------------ */

/* force scrollbar for Gecko */
html, body {
	min-height: 100.1%;
}

/* General Styles
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl img{
	margin:0;
	padding:0;

	}

html {
	z-index:0;
}


body {
	text-align:center;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #318fa2;
	font-size: 0.8125em;
	line-height: 1.25em;
	font-weight:100;
	font-family:Baskerville, Palatino, "Times New Roman", serif;
	height:100%;
	z-index:1;
}

	
.hide {
	display: none;
	 }

.invisible {
	visibility:hidden;
}

.ruler{
	background: #dde7ef;
	width: 100%;
   	height: 1px;
  	margin: 0 0 -1px;
	visibility:hidden;
	clear:both;

	}
	
.clear {
  	clear: both;
	}
		
img {
	border:0;
	}
	
.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
	}	
	
.noborder{
border:none;
}

.block {
display:block;
}

#wrap {
height:700px;
margin:0 auto;
width:1280px;
z-index:100;
position:relative;
background:url("images/bg.gif") -1114px -2px repeat-x
}


.left_image, .right_image, .bottom_image {
	float:left;
}

#flash_game {
float:left;
width:600px;
height:400px;
display:block;
}

#container {

	margin: 0px auto;
	
	width:990px;
}

#footer {
padding:0 180px;
}


.bottomlink {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#D3DEFF;
margin:0 auto;	
}

.bottomlink a {
	
	color:#D3DEFF;
	text-decoration:underline;
}

.bottomlink a:hover {
	color:#039;
	text-decoration:none;
}
