body {
	background-color:#000000;
	background-image:url('http://mastertheory.net/images/bg.jpg');
	background-attachment:fixed;
	background-position:center;
	font-family:Verdana;
	color:#ffffff;
	font-size:13px;
}

img {
	border:none;
	outline:none;
}

a:link {
	color:#c3c3c3;
	text-decoration:none;
}

a:visited {
	color:#c3c3c3;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:active {
	color:#ffffff;
	text-decoration:none;
}

.underline {
	text-decoration:underline;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.main_container {
	position:relative;
	top:-10px;
	width:975px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	border-top:0;
	border-bottom:0;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
	border-left-color:#ba0000;
	border-right-color:#ba0000;
	background-color:#000000;
}

.header {
	background-repeat:no-repeat;
	background-image:url('http://mastertheory.net/images/mt_header.png');
	background-position:center;
	height:160px;
}

.top_menu {
	background-repeat:no-repeat;
	background-image:url('http://mastertheory.net/images/topmenu/bg.png');
	background-position:center;
	height:51px;
}

.seperator {
	background-repeat:no-repeat;
	background-image:url('http://mastertheory.net/images/seperator.png');
	background-position:center;
	height:9px;
}

.left_content {
	background-repeat:repeat-y;
	background-image:url('http://mastertheory.net/images/news_bg2.png');
	background-position:center;
	width:584px;
	
}

.right_content {
	background-repeat:repeat-y;
	background-image:url('http://mastertheory.net/images/right_area_bg2.png');
	background-position:center;
	width:357px;
}

.friends_content {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	border-style:solid;
	border-width:thin;
	border-color:#a2a2a2;
	background-image:url('http://mastertheory.net/images/friends/bg2.png');
	background-repeat:repeat-y;
	background-position:center;
	width:339px;
}

.news_table {
	width:560px;
}

.news_title {
	font-size:19px;
	text-align:left;
}

.news_content {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('http://mastertheory.net/images/friends/bg2.png');
	background-repeat:repeat;
	font-size:13px;
}

.news_footer {
	font-size:12px;
}

.member_off {
	background-image:url('http://mastertheory.net/images/friends/bg2.png');
	background-repeat:repeat;
}

.member_off_alt {
	background-image:url('http://mastertheory.net/images/friends/bg2.png');
	background-color:#3b3b3b;
	background-repeat:repeat;
}

.member_on {
	background-color:red;
	background-image:url('http://mastertheory.net/images/friends/bg2.png');
	background-repeat:repeat;
}
