@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #000 url(background.jpg);
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
    color: #fff;
}

a:hover {
	text-decoration: underline;
    color: #fff; 
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.white {
    font-size: 12px;
    color: #fff;   
}