@charset "UTF-8";
body{
	margin:0;
	background-color:#222;
	color:#ccc;
	font-family : "Century Gothic","Lucida Grande","Lucida Sans","Bitstream Vera Sans",Verdana,sans-serif;
	font-size 0.8em;
}
a:link, a:visited {
	color:#ccc;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover {
	color:#fff;
	background-color:#e00;
	text-decoration:none;
	opacity:1.0;
}
a:active {
	color:#e00;
}
#containtxt a:link, #containtxt a:visited {
	opacity:0.7;
}
#containtxt a:hover, #containtxt a:active {
	opacity:1.0;
	background-color:transparent;
}
#wrapper {
	margin:60px auto 0 auto;
	width:640px;
}
#header {
	width:100%;
	margin: 0 0 1em 0;
}
#explain {
	width:100%;
	margin: 1em 4em 1em 0;
	text-align:right;
	font-size:0.7em;
	text-transform:lowercase;
}
#containtxt {
	font-size:0.6em;
	background-color:#222;	/*#2c2c2c;*/
	color:#ccc;
	border: 1px solid #000;
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:100%;
	margin-top:50px;
	box-shadow: 3px 3px 22px rgba(0,0,0,.4);
	-webkit-box-shadow: 3px 3px 22px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 1px 22px rgba(0,0,0,.4);
}

