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

body {
	background: #414141;
	width: 100%;
	font: normal 18px "Courier New", Courier, monospace;
	color: #FFF;
}
#container {
	width: 866px;
	margin: 0 auto;
}
#stealer_guy {
	background: url(../images/stealer_guy.png) no-repeat top left;
	width: 277px;
	height: 515px;
	position: relative;
	left: 595px;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat top left;
	width: 745px;
	height: 295px;
}
	#header h1 {
		display: none;
	}
#nav {
	background: url(../images/nav_bg.jpg) no-repeat top left;
	height: 38px;
	padding: 0 0 0 23px;
}
	#nav ul {
		padding: 3px 0 0 0;
	}
	#nav li {
		float: left;
		height: 30px;
		margin: 0 25px;
	}
	#nav li.home {
		background: url(../images/main_btn.jpg) no-repeat top left;
		width: 88px;
	}
	#nav li.about {
		background: url(../images/about_btn.jpg) no-repeat top left;
		width: 97px;
	}
	#nav li.media {
		background: url(../images/media_btn.jpg) no-repeat top left;
		width: 98px;
	}
	#nav li.buy {
		background: url(../images/buy_btn.jpg) no-repeat top left;
		width: 66px;
	}
	#nav a, #nav a:active, #nav a:visited, #nav a:hover {
		display: block;
		height: 30px;
		text-decoration: none;
	}
	#nav span {
		display: none;
	}
#content {
	background: url(../images/content_bg.jpg) no-repeat top left;
	width: 745px;
	height: 647px;
	padding: 1px 0 0 0;
}
	#content p {
		width: 575px;
		margin: 20px 50px;
		text-shadow: #000 1px 1px 0;
	}
	#content p.date {
		font-size: 20px;
	}
	#content img {
		margin: 5px;
		border: #000 2px solid;
	}
#follow {
	background: url(../images/followus_bg.png) no-repeat top left;
	width: 174px;
	height: 243px;
	position: relative;
	top: -35px;
	left: 625px;
	text-align: center;
	padding: 48px 0 0 12px;
}
