@charset "utf-8";
/* CSS Document */
body {
	background: #e8e8e8;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #333333;
	}
#container {
	width: 35em;
	margin: 3em auto;
	padding: 2.5em;
	background: white;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-left-color: #ddd;
	position:relative;
	overflow:hidden;
	}
#beta{
	background:url(../../img/lab/beta.png) no-repeat;
	width:120px;
	height:120px;
	position:absolute;
	top:-1px;
	right:-1px;
	margin:0;
	padding:0;
	}
#container p {
	margin: 0 0 1em 0;
	padding: 0;
	}
#logo{
	margin:0 auto;
	text-align:center;
	}
.subtitle {
		color: #339900;
		font-weight: bold;
		text-align:center;
	}
.subtitle a{
	text-decoration:none;
	padding:3px;
	color:	#CD853F;
	}
.subtitle a:hover{
	background:#556B2F;
	color:#fff;
	}
.footer{
	text-align:center;
	color:#339900;
	}
.footer a{
	text-decoration:none;
	color:#339900;
	}
img{
	border:none;
	}
