* {
  margin: 0;
  padding: 0;
}

body {
	font: 13px DejaVu Sans, Franklin Gothic Book, Arial, sans-serif;
	background: url(bg.png) repeat scroll top center #CCC;
}

a {
  color: #d90505;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix {
  clear: both;
}

img {
  border: 0;
}
	
.mainBox {
	background: url(pixelpiratin-bg.png) no-repeat scroll top center #FFF;
	margin: auto;
	width: 305px;
	height: 305px;
	top: 150px;
	position: relative;
}

.mainBox p {
	position: relative;
	top: 195px;
	left: 30px;
	line-height: 18px;
}