﻿body
{
	text-align: justify;
	font-family: 'Franklin Gothic Book' , Tahoma, Arial;
	background: url(../images/Backgrounds/GrungeConstruction.jpg) #000000 fixed no-repeat center center;
	color: tomato;
	font-size: 8pt;
}

img.Background
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1000;
}

div.Bottom
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	z-index: -99;
	color: Black;
}
div.BottomL
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 1px;
	left: -1px;
	z-index: -100;
	color: gray;
}
div.BottomR
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: -1px;
	left: 1px;
	z-index: -100;
	color: gray;
}
div.BottomRL
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 1px;
	left: 1px;
	z-index: -100;
	color: gray;
}
div.BottomLR
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: -1px;
	left: -1px;
	z-index: -100;
	color: Gray;
}
div.Top
{
	position: absolute;
	width: 80%;
	height: 50px;
	top: 175px;
}

div.Square
{
	position: absolute;
	width: 545px;
	height: 175px;
	top: 0px;
	left: 0px;
	z-index: -1000;
	background-image: url(../images/Logos/MainPekeSoft.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

div.RightSquare
{
	position: absolute;
	width: 200px;
	height: 175px;
	top: 10px;
	right: 10px;
	z-index: 1000;
}
div.RightSquare2
{
	font-size: 7pt;
	position: absolute;
	width: 250px;
	height: 175px;
	top: 10px;
	right: 220px;
	z-index: -1000;
}
HR
{
	height: 1px;
	border-bottom: red thin solid;
	border-left: red thin solid;
	border-top: red thin solid;
	border-right: red thin solid;
}
a:active
{
	color: orangered;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: crimson;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: crimson;
	text-decoration: none;
	font-weight: normal;
}
a
{
	color: crimson;
	text-decoration: none;
	font-weight: normal;
}


a:hover
{
	color: orange;
	text-decoration: none;
	font-weight: normal;
}
