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

body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(http://www.pyrozen.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
}
a:link{
	color: #000;
	text-decoration: none;
	}
a:visited{
	color: #000;
	text-decoration: none;
	}
#wrapper{
	margin: auto;
	background-color: #cc0001;
	width:960px;
}
#header{
	background-image: url(http://www.pyrozen.com/images/header.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
#left_column{
	width:750px;
	float:left;
}
#top_games{
	background-image:url(http://www.pyrozen.com/images/top_flash_games.jpg);
	background-repeat:no-repeat;
	height:41px;
}
.game_bg{
	background-image:url(http://www.pyrozen.com/images/screen_back.jpg);
	height:277px;
	background-repeat:no-repeat;
	}
.game_pic{
	padding-left:40px;
	padding-top:30px;
}
.our_games_img {
	float:left;
	height: 85px;
	width: 100px;
}
#right_column{
	width:210px;
	float:left;
}
#news_header{
	background-image:url(http://www.pyrozen.com/images/pyrozen_news.jpg);
	height:56px;
	width:402px;
	background-repeat:no-repeat;
	margin-left:10%;
}
#news_content{
	background-image:url(http://www.pyrozen.com/images/pyrozen_news_back.jpg);
	height:241px;
	width:402px;
	background-repeat:no-repeat;
	margin-left:10%;
}
.clear{
	clear:both;
}
.left_content_title {
	height:40px;
	font-family:"Arial Black";
	font-size:16px;
	float:left;
	line-height:40px;
	margin-left:30px;
}
#footer{
	background-image:url(http://www.pyrozen.com/images/fire_bottom.jpg);
	background-repeat:no-repeat;
	height:184px;
}