* {
	margin:0;
	padding:0;
	}
html{
	height:100%;
	}
body {
	height: 100%;
	margin: 0;
	background-color:#0C212D;
	font:62.5%/1.8em "lucida grande", verdana, sans-serif;
	color:#CCCCCC;
}
span{
	display:block;
	width:100%;
}
	
p {
	font-size:1.2em;
	color:#B0B0B0;
	padding-bottom:1.4em;
}
h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 2.9em;
	color:#fff;
	line-height:1em;
	font-weight:strong;
}
h2 {
	font-size:2.1em;
	color:#acacac;	
	line-height:1em;
	font-weight:normal;	
}
h3 {
	font-size:1.5em;
	color:#acacac;
	line-height:1em;
	font-weight:normal;
}
img {
	border: none;
	margin: 0px;
}
ul {list-style:none;}
a {
	outline:none;
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width: 364px;
	text-align:left;
	margin:0 auto;
	padding: 40px;
	padding-right: 60px;
}
#header {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content {
	float:left;
	clear:both;
	text-align:center;
}
.big {
	font-size: 1.3em;
	color:#CCCCCC;
	line-height: 2em;
	text-align:center;
}
.contact {
	font-size:1.3em;
	letter-spacing: 0.1em;
	color:#acacac;		
}

