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

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	}
	
p{
	font-size:17px;
	margin-top:15px;
	}	
	
a {
	text-decoration:none;
	color:#F93;
	}

a img{
	text-decoration:none;
	border: none; 
	}	

#center_container {
	width:900px;
	margin:auto;
	}
	
#content_container {
	width:900px;
	margin:0;
	padding:0;
	}
	
#column {
	width:420px;
	display:inline-block;
	float:left;
	}
	
#divider_1{
	width:900px;
	height:79px;
	background-image:url(images/divider_1.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	}
	
#divider_2{
	width:60px;
	height:425px;
	background-image:url(images/divider_2.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	}
	
#divider_3{
	width:900px;
	height:79px;
	background-image:url(images/divider_3.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	}
	
#divider_4{
	width:900px;
	display:inline-block;
	float:left;
	margin:25px 0 25px 0;
	text-align:center;
	}
	
#monster {
	background-image:url(images/monster.jpg);
	width:95px;
	height:149px;
	display:inline-block;
	float:left;
	}
	
#templates {
	width:150px;
	display:inline-block;
	float:left;
	text-align:center;
	}
	
#center {
	width:900px;
	display:inline-block;
	float:left;
	text-align:center;
	margin:0;
	}
	
#share {
	width:200px;
	height:20px;
	display:block;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:250px;
	}
	
	
	
	