@charset "UTF-8";
/* CSS Document */
body {
	background-image: color: #00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
img {
	border: 0;
}
#header {
	width: 804px;
	height: 318px;
	background-image: url(img/header2.png);
	background-repeat: no-repeat;
	margin: auto;
}
#network {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}
#content {
	width: 800px;
	background-image:url(img/content-back2.png);
	background-repeat:repeat-y;
	margin: auto;
	height: 100%;
}
#contentLeft {
	width: 474px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#twitter {
	width: 490px;
}
#twitterBottom {
	padding-left: 10px;
}
#contentRight {
	width: 283px;
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
.clear {
	clear: both;
}

