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

body {
	margin: 0;
	background:#000000 url(images/bg.jpg) repeat-x;
	color:#FFFFFF;
	font-family: Helvetica, Arial, "sans-serif .5em";
	font-size: 0.7em;
	line-height:1.3em;
}

#wrapper {
	width: 500px;
	margin: 100px 66% 10px 34%;
}

#text {
	padding:27px;
}

a:link {
	color:#EE3224;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}
.grey {
	color: #CCCCCC;
}
