body, h1, h2, h3, p, a, ul, li, img {
	margin: 0px;
	padding: 0px;
}
html, body {
	height:100%;

}
body {
	background: #000000 url(../images/body-bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
ul {
	list-style-type: none;
	width:520px;
	margin-top:20px;
}
ul li{
	float:left;
	background:url(../images/thumb-bg.jpg) no-repeat;
	padding:4px;
	margin-right:20px;
	margin-top:20px;
}
h1 {
	text-indent: -9999px;
	float: left;
}
h1 a{
	text-indent: -9999px;
	float: left;
}

h2 {
	margin-bottom: 22px;
	font-size:18px;
	color:#FFFFFF
}
h3 {

}

p {
	font-size: 11px;
	line-height: 12px;
	color:#9a9898;
	margin-bottom: 20px;
	width:145px;
	float:left;
	padding-right:17px;
	margin-right:17px;
	background:url(../images/separator.jpg) top right repeat-y;
}

p.padding {
	padding-right:0px;
	padding-right:0px;
	background:none;
}

    .shadow {
      text-shadow: #333333 1px 0px 1px;
    }




a {
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color:#9a9898;
}

a:hover {
	text-decoration: underline;
}

#page-wrapper {
background:url(../images/main-bg.jpg) top left no-repeat;
position: absolute;
top: 50%;
left: 50%;
width: 960px;
height: 634px;
margin-top: -317px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -490px; /*always take 1/2 from the size of the width, they have to be negative*/;

}

#content-wrapper {
width:520px;
margin-top: 300px;
padding:10px;
margin-left:220px;
}




.footer{
	float:left;
	
	padding-top:50px;
}
.footer p {
	float:left;
	color:#333333;
	width:520px;
	text-align:center;
	background:none;
	font-size:10px;
}

.footer p a{
	color:#9a9898;
}

