@charset "utf-8";

/* =============================================================================
MESSAGES
============================================================================= */

.msg {
	border:2px solid #F2DD8C;
	background-color:#FFF5CC;
	color: #F00;
}
#open_logo {
	margin-top: 10px;
	margin-bottom: 5px;
}

body {
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 80%;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	background-image: none;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FFF;
}
a {
	color: #ED191C;
	text-decoration: underline;
}

img {

	border:0
}


#open_logo h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#betabanner {
	background-image: url(cssimg/betabanner.gif);
	position: fixed;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	height: 125px;
	width: 125px;
	z-index: 3;
}