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

body 
{
	background-repeat: no-repeat;
	background-position: center 0;
	height:500px;
	background-color:#000;
	
}

#position
{
	position:absolute;
	left:290px;
	top:100px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
}

#position2
{
	position:relative;
	top:50px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
}

h1
{
	text-decoration:none;
	outline:none;
} 

h1 a:link
{
	text-decoration:none;
	outline:none;
}

h1 a:visited
{
	text-decoration:none;
	outline:none;
}

h1 a:active
{
	text-decoration:none;
	outline:none;
}

h1 a:hover
{
	text-decoration:none;
	outline:none;
}


