body {
	width: 100%;
	height: 100%;
	margin: 0 0 10px 0;
	background: black;
}

#header {
	width: 100%;
	height: 120px;
	border-bottom: 2px solid white;
}

#header img {
	display: inline;
	float: left;
}

#menu {
	width: 100%;
	height: 20px;
	border-bottom: 2px solid white;
}

#space {
	width: 100%;
	height: 12px;
	border-bottom: 2px solid white;
}

#title {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid white;
}

#footer {
	width: 100%;
	height: 55px;
}

#guerrilla {
	width: 100%;
	height: 20px;
	background: white;
}

.content {
	width: 780px;
	height: 100%;
	margin: 0 0 0 20px;
}

.orange-box {
	height: 100%;
	display: inline;
	float: left;
}

.orange-box img {
	height: 100%;
	display: inline;
	float: left;
	background: #febf00;
}

.subtitle {
	width: 100%;
	height: 33px;
	border-bottom: 2px solid white;
}

.subtitle-content {
	display: inline; 
	float: left; 
	margin-left: 20px;
}

.text {
	width: 100%;
	background: white;
	border-top: 4px solid white;
	border-bottom: 6px solid white;
	padding: 0;
	margin: 0;
}

img.thumb {
	width: 60px;
	height: 60px;
	margin: 0 4px 0 0;
	padding: 0;	
	border: 2px solid black;
}

img.thumb:hover {
	border: 2px solid #febf00;
}

.x-frame {
	height: 13px;
	width: 13px;
	border: 2px solid black;
	line-height: 10px;
	text-align: center;
}

.x-frame:hover {
	border: 2px solid #febf00;
}
