body{
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	color:white;
}
img{
	max-width: 100%;	
	height: auto;
}
a:link{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited{
	color: #EEEEEE;
	text-decoration:none;
}
a:hover{
	color: #00DD00;
	text-decoration:underline;
}
a:active{
	color: #FF0000;
	text-decoration:underline;
}

.butt{
	background: #1a1a1a;
	color: #FFFFFF;
	padding: 12px 12px;
	font-weight:bold;
	border-radius: 2px;
	cursor: pointer;
}

.butt:hover{
	color: #00DD00;
	border-color: #00DD00;
}
.butt:active{
	color: #FF0000;
	border-color: #FF0000;
}
