@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*/



html {
    height: 100%;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	font-size: 20px;
	color: #FFF;
	;
	;
	background-color: #01040B;
	font-family: Arial, Helvetica, sans-serif;
}
#siteWrap {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}

#facebook {
	display: block;
	z-index: 1000;
	text-align: center;
	padding-top: 470px;
}


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-family: 'Oleo Script', cursive;
	font-size: 32px;
}
#content a {
	color: #FFF;
	font-weight: bold;
}
