body
{
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-color: #040204;
}

.peslogo
{
	position: relative;
	left: 25px;
	top: 10px;
}

.ownyour
{
	position: relative;
	left: 45px;
	bottom: 80px;
}

.pestudiotxt
{
	position: relative;
	right: 148px;
	bottom: 40px;
}

.downloadbox
{
	position: relative;
	left: 585px;
	bottom: 140px;
}

.ads
{
	left: 50px;
	position: relative;
}

.contenttable
{
	position: relative;
	left: 27px;
	bottom: 160px;
}

.leftside
{
	width: 1px;
	background: white;
}

.topleft
{
	width: 231;
	height: 330;
	background-repeat: no-repeat;
}

.contentspace
{
	width: 1px;
	height: 31px;
	background: white;
}

.contentbox
{
	padding: 20px;
	position: relative;
	left: 30px;
	color: white;
	width: 90%;
}

.footer
{
	height: 1px;
	background: white;
}

H1
{
	font-family: monospace;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

H3
{
	text-decoration: underline;
	color: darkgray;
	font-size: 16px;
}

P
{
	font-family: sans-serif;
	font-size: 17px;
	padding: 10px;
	display: block;
	color: lightblue;
}

B
{
	color: white;
}

UL
{
	font-family: serif;

	font-size: 14px;
	color: lightblue;
	font-weight: bold;
}

.download_label
{
	padding: 0px;
	position: relative;
	bottom: 240px;
	left: 600px;
	font-size: 19px;
	font-family: verdana, sans-serif;	
}

.download_text
{
	padding: 0px;
	position: relative;
	bottom: 230px;
	left: 600px;
	font-size: 15px;
	font-family: verdana, sans-serif;
	width: 300px;
	color: darkgray;
}


.download_label a
{
	color: white;;
	font-weight: bold;
	text-decoration: underline;
}

.download_label a:hover
{
	text-decoration: none;
}

.copyright
{
	padding: 10px;
	color: gray;
	font-size: 11px;
}

.copyrightbox
{
	position: relative;
	bottom: 125px;
	text-align: center;
}

A
{
	color: white;
}

A:hover
{
	text-decoration: none;
}


