/*
Astrolox
http://www.astrolox.com/
*/

	body {
		background-color: #FFFEFE;
	}
	
	li {
		list-style: none;
		text-align: center;
	}
	
	a {
		text-decoration: none;
		font-weight: bold;
		color: #CECECE;
	}
	
	a:hover {
		color: #000000;
	}
	
	
	.pcenter {
		display: block;
		position: absolute;
		width: 500px;
		height: 500px;
		left: 50%;
		margin-left: -250px;
		background-image: url('http://www.astrolox.com/images/astrolox_logo_scaled.png');
		border: 0px dashed #333;
	}
	
	.pleft1 {
		display: block;
		position: absolute;
		left: 8%;
		top: 75px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pleft2 {
		display: block;
		position: absolute;
		left: 8%;
		top: 225px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pleft3 {
		display: block;
		position: absolute;
		left: 8%;
		top: 375px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pright1 {
		display: block;
		position: absolute;
		right: 8%;
		top: 75px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pright2 {
		display: block;
		position: absolute;
		right: 8%;
		top: 225px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pright3 {
		display: block;
		position: absolute;
		right: 8%;
		top: 375px;
		padding: 1em;
		border: 0px dashed #333;
	}
	
	.pcenter span {
		display: none;
	}
	
	.pleft {
		float: left;
		padding: 1em 2em 1em 2em;
	}
	
	.pright {
		float: right;
		padding: 1em 2em 1em 2em;
	}
	
	.pbottom {
		display: block;
		position: absolute;
		top: 550px;
		left: 5%;
		right: 5%;
		width: auto;
		margin: 0px;
		padding: 0px;
		border: 0px dashed #333;
	}
	
