body{
	background-image: url('images/pg-bg.jpg');
	background-repeat: repeat-x;
	background-color: black;	

	margin: 0 auto;
	padding: 0;
}

.background_div{
	width: 1000px;
	position: absolute;
	z-index: 0;

	padding-left: 5px;
	padding-top: 10px;
			
	}

.content_div{
	width: 900px;
	height: 900px;
	position: absolute;

	left: 50%;
	margin-left: -450px;

	z-index: 1;

	margin-top: 20px;

	background-image: url('images/tattoo-bg.jpg');
	background-repeat: no-repeat;
				
	background-color: #161d21;
	border: solid white 2px;
	}

.navlinks{ 
	margin-left: 10px;
	font-size: 9pt;
	font-family: arial, "lucida console", sans-serif;
	color: #fff;
	}

.navlinks:hover{
	color: #99ccff;
}

.body_p{
	color: #fff;
	font-family: times, "lucida console", sans-serif;
	font-size: 11pt;
	font-weight: 500;
	}

.conlinks{
	color: #fff;
	text-decoration: underline;
	}

.attn{
	color: #99CCFF;
	font-weight: 600;
	}

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

a:hover{
	color: #99ccff;
	text-decoration: underline;
	}



