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

/* Total Reset */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}

body 
	{
	background:black;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	}

a img 
	{
	border: 0;
	}

#main
	{
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:550px;
	text-align:center;
	padding-top:20px;
	}

#buttons
	{
	height:150px;
	}

#wrap-header
	{
	height:300px;
	width:100%;
	background-image:url(img/bg.jpg);
	}

#header
	{
	height:300px;
	width:625px;
	background-image:url(img/sunset.jpg);
	}

#header h1
	{
	top:250px;
	}
	
#footer
	{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	}
	
#footer a:link
	{
	color:white;
	text-decoration:none;
	}
	
#footer a:hover
	{
	color:white;
	text-decoration:none;
	}

#footer a:visited
	{
	color:white;
	text-decoration:none;
	}
	
#style
	{
	position:absolute;
	top:0px;
	right:10%;
	}

#style a
	{
	text-decoration:none;
	color:white;
	}
	
#style a.link
	{
	text-decoration:none;
	color:white;
	}
#style a.hover
	{
	text-decoration:none;
	color:white;
	}
#style a.visited
	{
	text-decoration:none;
	color:white;
	}
	