body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #fff;
	background-color: #000;
}

a {
	color: #2ba9cc;
	text-decoration: none;
}

a:hover {
	color: #26e5ff;
}

img {
	border: none;
}

.content {
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	padding-left: 10px;
}

.contact {
	text-align: justify;
	font: 10px helvetica, verdana, arial, sans-serif;
}
