/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
    border-style: none;
}

body {
	background-color				:	#000000;
}

.fullscreen{
position:absolute;
top:0px;
left:0px;
width:100%;
text-align:center;
}

.homepage{
position:relative;
width:1002px;
height:850px;
}

.enterbutton{
position:absolute;
top:644px;
left:405px;
width:201px;
height:21px;
}

.homemenu{
position:absolute;
top:795px;
left:273px;
width:457px;
height:13px;
}