@charset "UTF-8";
/* CSS Document */

body
{
	font:"Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	background-color: #000;
}

#container
{
	width:1280px;
	height:768px;
	margin:auto;
	background-color: #000;
}

#leftbar
{
	width:128px;
	height:768px;
	margin:0;
	float:left;
	background-image:url(images/Background_02.png);
}

#rightbar
{
	width:128px;
	height:768px;
	margin:0;
	float:right;
	background-image:url(images/Background_04.png);
}


#content
{
	width:1024px;
	height:768px;
	background-color: #000;
	margin:0;
	float:left;
}

#Friends
{
	font-size: 12px;
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
	margin: 0;
	
}

#footer
{
	font-size: 12px;
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
	margin: 0, 0, 0, 0;
}

a
{
	color:#FFF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
