body {
	margin: 0;
	padding: 0;
	background: #313131 url('bg_logo.jpg') no-repeat 900px 300px;
}

div#content {
	float: left;
}

div#navigation {
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding-right: 2em;
}

div#navigation a {
	text-decoration: none;
	color: white;
	background: #444444;
	padding: 0 .5em .5em 2.5em;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
}

div#navigation a:hover {
	background: #ff8400;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}

div#trafic {
	visibility: hidden;
}

div#by-panicsquad {
	float: right;
}

div#by-panicsquad a img {
	border: 0;
}

div#by-panicsquad a {
	display: block;
	border: 1px solid #313131;
}

div#by-panicsquad a:hover {
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
	background: #444;
}