/* ------------------------------------------------------------------------------
   CSS for JGB
	
	Design by: JGBinteractive | www.jotagebe.com
	Code by: JGBinteractive | www.jotagebe.com
------------------------------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	text-align: center;
	font-family: sans-serif, Arial;
	font-size: 12px;
	color: #000;
}

a {
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
}

/* ------------------------------------------------------------------------------
   W R A P
------------------------------------------------------------------------------ */
#wrap
{
	position:absolute;
	top:50%;
	left:50%;
	width: 610px;
	height: 610px;
	margin-left:-305px;
	margin-top:-305px;
}