body {
	 background-color:#000000;
	 font-family:"Century Gothic";
	 color: #FFFFFF;
	 margin:0px;
	 padding:0px;
}
.header {
	background:#FFFFFF;
	width:100%;
	height:15%;
}
.copyright {
	text-align:right;
	padding-right:10px;
	font-family:"Century Gothic";
	color:#CCCCCC;
	font-size: 60%;
}
.copyright a{
	color:#CCC;
	text-decoration:none;
}
.copyright a:hover{
	color:#999;
	text-decoration:underline;
}
.top_swirl{
	width:30%;
	height:30%;
	display:block;
	border:none;
}
.logo {
	width:35%;
	height:35%;
	float:left;
	clear:both;
	margin-top:5%;
	margin-left:5%;
	display:block;
	border:none;
}
.bottom_swirl{
	position:absolute;
	width:40%;
	height:90%;
	right:0%;
	bottom:0%;
	display:block;
	border:none;
}
