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

/*remove dborders around images*/
a img { 
	border: 0;
} 

a img { border: none ; }
/*end*/

/*remove dotted line around link in mozilla and internet explorer*/
*:focus {
  	outline: 0;
}
*:focus { 
	outline: none; 
}
*::-moz-focus-inner { 
	border: none;
}
/*end*/


body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

#fullscreen {
	display: block;
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#background {
	height: auto;
	width: 100%;
}


#outer {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 200;
	top: 0px;
	left: 0px;
	height: 100%;
	position: absolute;

}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#logo {
	width: 699px;
	margin-right: auto;
	margin-left: auto;
}
