@charset "utf-8";
body
		{
			background: #000;
			background-repeat: no-repeat;
			  background-attachment: fixed;
			  background-position: top center;
			  -webkit-background-size: cover;
			  -moz-background-size: cover;
			  -o-background-size: cover;
			  background-size: cover;
		}
	
.wrapper
		{
			position: relative;
			margin: 0px auto;
			width: 100%;
			min-height:100%;
			margin: 0 auto;
			text-align:center;
			top: 0px;
		}
.header
		{
			float: left;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			min-height: 180px;
		}
		
.content { width: 100%;	}
img { border: 0px; }
p {	font-family: arial;	font-size: 18px; font-weight:bold; color: #ffffff; }
iframe { border:none; }
a:link {color: #ffffff; text-decoration: none; font-size: 18px; font-weight:bold; }
a:active {color: #ffffff; text-decoration: none; font-size: 18px; font-weight:bold; }
a:visited {color: #ffffff; text-decoration: none; font-size: 18px; font-weight:bold; }
a:hover {color: #ffffff; text-decoration: underline; font-size: 18px; font-weight:bold; }