@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body
{
	background: #0f1717 url(../images/bg_3eb.png) no-repeat top left;
}

.wrap
{
	margin: 20px;
	width: 1000px;
}

.wrap h1
{
	width: 309px;
	height: 85px;
	background: url(../images/3ebfreak_com.png) no-repeat top left;
}
.wrap h1 span
{
	display: none;
}

.left
{
	width: 600px;
	float: left;
}

.left p
{
	margin: 15px 12px 40px;	
}

.left ul
{
	list-style: none;
	margin-left: 12px;
}

.left h3
{
	margin: 1.3em 0 0 0;
	text-transform: uppercase;
	font-size: 20px;
}

.right
{
	float: right;
	width: 300px;
}