body {
	height: 100%;
	min-width:640px;
	margin:0;
	background: rgb(29, 31, 32);
	text-decoration: none;
	color: rgb(202, 204, 209);
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight:300;
	line-height:1.4em;
	font-size:1.3em;
}

#go_content
{
	margin:0 auto 0 auto;
	margin-top:80px;
	margin-bottom:40px;
	width:600px;
}
img {
	display:block;
	margin:0 auto 0 auto;
	background-color:white;
	padding:10px;
	width:100%;
}
.nourl {
	max-width:500px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
}

a {
	color: rgb(202, 204, 209);
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid rgb(202, 204, 209);
}

#go_content a:active {
	position: relative;
 	top: 1px;
}

a#ws {
	bottom: 2px;
	display: block;
	height: 1.4em;
	position: fixed;
	right: 4px;
	font-size:.8em;
}
.surl {
	font-size:.7em;
}
.red {
	color:red;
}
.attbox {
	border:1px solid rgb(202, 204, 209);
	background:#3B3F41;
	padding:10px;
	margin:5px;
}

.blet {
	background: rgb(221, 221, 221);
	border: 1px solid rgb(153, 153, 153);
	padding:3px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:5px;
	display:block;
	width:70px;
	color:#222;
	text-shadow: #ddd 1px 1px 1px;
	background:#a0a0a0;
}
.blet:hover {
	background:#848484;
	color:#fff;
	border: 1px solid rgb(153, 153, 153);
	text-shadow: #111 1px 1px 1px;
}
.blet:active {
	background:#555;
	border-top:#303030 1px solid;
	border-bottom:#797979 1px solid;
}
