* {
   margin: 0;
    padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Tahoma, sans-serif;
	background: #070707;
}

.clear { clear: both;}

div#page-wrap {
	width: 894px;
	margin: 0 auto;
}

ul#nav {
	height:126px;
	background: url(images/header-bg.png) no-repeat;
	list-style: none;
	padding-left: 440px;
	}
	ul#nav li a {
		display: block;
		text-align: center;
		width: 90px;
		float: left;
		margin-top: 32px;
		color: #ababab;
		text-decoration: none;	
		font-family: Georgia, serif;
		font-size: 1.3em;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:italic;
		font-variant:normal;
		font-weight:bold;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: red;
		}

div#main {
	height: 645px;
	width:894px;
	padding-bottom: 75px;
}
	div#border {
		height: 640px;
		width: 893px;
		border: 1px solid #292929;
		background-color: #070707;
		text-align: center;
		
	}
	div#effects-wraper {
		border:0px;
	}
	#effects-wraper a:hover, a:active {
		color:red;
	}
	
h1 {
	color: white;
	font-family: Georgia, serif;
	font-size: 1.2em;
	float: left;
}
div#container {
	    position: relative;
		min-height:100%;
		}
			
div#footer {
	position: ablsolute;
	text-align: center;
	bottom: 0;
	margin-top:-75px;
	height: 75px;
	clear: both;
	}
	p3 {
		color: white;
	}
	p3 a {
	text-decoration: none;	
	color: white;	
	}
	p3 a:hover, p3 a:active {
		color: red;
	}
