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

body {
	margin	: 0;
	padding	: 0;
	font-family	: "Myriad Pro",tahoma,arial;
	color		: #ddd;
	font-size	: 12px;
	background	: url(landing/background.jpg) repeat-x #0D0C11;
}

#universe {
	width	: 822px;
	margin	: 0 auto;
	min-height	: 500px;
}

#header {

}

#pointer {

}

#content {
	text-align	: center;
	line-height	: 150%;
}

#content .title {
	font-size	: 22px;
}

#accept {
	padding	: 20px 0;
	text-align	: center;
}

#accept img {
	border	: none;
}

#reject {
	text-align	: center;
}

#reject a:link,
#reject a:visited {
	font-size	: 14px;
	color		: #aaa;
}

#reject a:hover {
	text-decoration	: none;
	color		: #ccc;
}

#parent {
	margin	: 20px 0 20px;
	font-weight	: bold;
	text-align	: center;
}

#parent a:link,
#parent a:visited {
	color	: #ccc;
}

#parent a:hover {
	color	: #aaa;
	text-decoration	: none;
}

#footer {
	font-weight	: bold;
	text-align	: center;
}

#footer a:link,
#footer a:visited {
	color	: #65189c;
	text-decoration	: none;
}

#footer a:hover{
	color	: #aaa;
}