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

/* Copyright by Darius Rafat, 2010 */

body {
	background: url(../img/background.png) fixed top left repeat-x #ADADAD !important; height: 100% !important;
}

.textRight {
	text-align: right !important;
}

.textCenter {
	text-align: center !important;
}

.fontLight {
	text-transform:uppercase !important;
	font-size: 32px;
	font: lighter !important;
	font-weight: 100 !important;
}

a:hover {
	text-decoration: none !important;
	color:#000 !important;
}

a {
	text-decoration: none !important;
	color: #FFF !Important;
}

p {
	text-align:justify !important;
	text-transform:uppercase !important;
	font-weight:200 !important;
}

.justify {
	text-align: justify !important;
}

ul {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

ul li {
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}

ul li a {
	border-bottom: 1px dotted #000 !important;
	color: #000 !important;
}

ul li a:hover {
	color: #666 !important;
}

.links {
	color: #000 !important;
}

.enter {
	background-image: url(../img/enter_white.png) !important;
	width: 100px !important;
}