* {
  margin: 0;
padding: 0;
}

body {
		color: #000;
        background-color: #000;
        text-align: left;
		font: 20px/100% arial black, verdana, arial, helvetica, sans-serif;
		overflow: hidden;
		
}

img.source-image {
	position: absolute;
	top: 0;
	left: 0;
}

.menu {
 position: absolute;
 top: 15px;
 left: 30px;                  
}

a:link{
	color : #FFFFFF;
	text-decoration : none;
}

a:visited{
	color : #FFFFFF;
	text-decoration : none;
}

a:hover{
	color : #000000;
	text-decoration : none;
}

a:active{
	color : #FFFFFF;
	text-decoration : none;
}

.text{
	color : #FFFFFF;
	text-decoration : none;
}

.text:hover {
	color : #000000;
	text-decoration : none;
}
