@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	color: #666;
	font-family: Tahoma;
	font-size: 13px;
}
.main {
	background-image: url(images/Construct-final.jpg);
	background-repeat: no-repeat;
	padding-right: 125px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E49224;
}
