/*----------------------------------------------*/
/*------------------GENERAL---------------------*/
/*----------------------------------------------*/
body{
	color:white;
	background-color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a img{
	border:none;
}
/*----------------------------------------------*/
/*------------------CONTENT---------------------*/
/*----------------------------------------------*/
div#main{
	background-image:url(Cover.JPG);
	background-repeat:no-repeat;
	height:380px;
	width:380px;
}
div#left{
	float:left;
}
div#right{
	float:right;
}
/*----------------------------------------------*/
/*-------------------LINKS----------------------*/
/*----------------------------------------------*/

/*-----------------TEXT-LINK--------------------*/
a#download:visited{
	color:white;
	text-decoration:none;
}
a#download:active{
	color:white;
	text-decoration:none;
}
a#download:hover{
	color:#bebebe;
}
a#download:link{
	color:white;
	text-decoration:none;
}
/*-----------------BILD-LINK--------------------*/
/*a#image:visited{
	border:2px solid white;
}
a#image:active{
	border:2px solid white;
}
a#image:hover{
	border:2px solid #bebebe;
}
a#image:link{
	border:2px solid white;
}*/
