html {
	height:100%;
}

body{
	margin:0; 
	padding:0;
	color:#000;
	font-family: “Lucida Grande”, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -0.6px;
	text-align:center;
  background-color:#3c3c32;
}

h1{
	margin:0;
	padding:0;
	font-size:3.5em;
	font-weight:normal;
}

h2{
	margin:0;margin-top:16px;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

h3{
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	color:#f0f0cc;	
}

h4{
	margin:0;
	padding:5px;
	color:#f0f0cc;	
}

p{
	margin:0; margin-top:10px;
	}

a{
	color:#ccc746;
	font-weight:normal;
	text-decoration:none;
}
a:visited{
	color:#ccc746;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#ece64e;
	font-weight:normal;
	text-decoration:underline;
}

img, a img{
	border:1;
	color:#2f2f27;
}

.wrapper{
	margin:auto; margin-top:0p;
	padding:0;
	text-align:center;
	width:1024px;
	height:1900px;
  
}

.links{

}

.news{
	margin:0;
	padding:16px;
	background-image:url(bg.png); background-repeat:repeat;
	height:100%;
	text-align:left;
	min-height:1000px;

}