	body{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:24px;
	}
	/***
		COMMON
	*****/
	
	img{ border:none; }
	h1, h2, h3{margin:0px; padding:0px;}
	
	input, textarea{
		border:1px solid #000;
		min-height:30px;
	}
	
	
	
	.header{

			background:url(images/headerbg.jpg) repeat-x top left;
			height:71px;
	}
	

	
	.header #logo{
		width:1000px;
		height:71px;
		margin:0px auto;
		display:block;
	}
	
	.wrapper{
		background:#0c0e16 url(images/wrapperbg.jpg) repeat-x bottom;
		min-height:600px;
		width:100%;
		text-align:center;
		display:block;
		overflow:auto;
		clear:both;

	}
	
	.content{
		background:url(images/contentbg.jpg) no-repeat top center;
		min-height:100px;
		text-align:center;
		padding:10px 0px;
	}
	
	.contentBox{
		width:1000px;
		margin:0px auto;
		display:block;
		text-align:left;
		padding:10px 0px 0px 0px;
	}
	
	.contentBox .leaderboard{
		width:750px;
		margin:0px auto;
	}
	
	.main{
		width:809px;
		float:left;
		color:#9098b4;
		margin-right:10px;
		min-height:600px;
	}
	
	.main .tutorial{
		max-width:800px;
		overflow:hidden;
		text-align:center;

	}
	.right{
		width:169px;
		float:right;
		padding:0px 5px;
	}
	
	.thumbnail{
		margin:20px;
		width:150px;
		height:130px;
		float:left;
		font-size:14px;
		line-height:normal;text-align:center;
	}
	.thumbnail a{
		text-decoration:none;
		color:#1f63d3;
		font-weight:bold;
		
	}
	
	.footer{
		clear:both;
		font-size:10px;
		text-align:center;
	}
	/*************************************
		TEXTS
	**************************************/
	h1{
		position:relative;
		color:#00baff;
		font-size:24px;
		letter-spacing:-1px;
		border-bottom:1px dashed #a8e7ff;
	}
	
	h1 a{
		position:absolute;
		right:0px;
		bottom:5px;
		color:#00baff;
		font-size:14px;
		letter-spacing:normal;
	}
	
	
	/*******************************************************************************
	CSS ROUNDED CORNER BOX
********************************************************************************/
#xsnazzy {background: transparent; max-width:900px; margin:10px auto;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#f6f8f9; border-left:1px solid #b3cbd7; border-right:1px solid #b3cbd7;}
.xb1 {margin:0 5px; background:#b3cbd7;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#fff; border:0 solid #b3cbd7; border-width:0 1px; overflow:hidden; padding:10px 15px; color:#2f2f2f;}


div.pagination {
	padding: 3px;
	margin: 3px;

	clear:both;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #93999f;
	
	text-decoration: none; /* no underline */
	color: #93999f;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #a2aec8;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #ff6000;
		
		font-weight: bold;
		background-color: #ff9626;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	