@charset "UTF-8";
body {
	background-color: #141414;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
}

#content {
	width: 500px;
	margin: 80px auto 80px auto;
}

.content_bit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c6c6c6;
	letter-spacing: 1px;
	line-height: 17px;
	
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	
	margin: 20px 0px 20px 0px;
}

.content_bit a {
	color: #00baff;
	text-decoration: none;
}

.content_bit p {
	margin: 0px 0px 30px 0px;
}

img {
	float: left;
	padding: 0px 10px 15px 0px;
	width: 70px;
	height: 70px;
}

.img_content {
	margin: 20px;
}

.clear_div {
	clear: both;
}



