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

html {
	height: 100%;
}

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

#flash {
	height: 600px;
}

#wrapper {
	height: 100%;
	text-align: center;
}

h1 {
	color: #fff;
	font-size: 1.2em;
}


p {
	color:#C30074;
	font-size: 1.1em;
}
	
a {
	color: #C30074;
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}

.grey p, .grey a{
	color:#666666;
}