/*
Design by Jellison Technologies, LLC
http://www.jellisontech.com

Name       : PFWBS Intro Page
Description: Simple Intro Page
Version    : 1.0
Released   : 20071218
*/

/*
Attention!
Changing these settings will change your design!
DO NOT change these settings unless you know what you are doing.
*/

img {
	border: 0;
}


* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "times new roman", sans-serif;
	background: #000000;
	background-image: url('../images/bg3.png');
	background-repeat: repeat-x;
	color: #ffffff;
}

.for {
	font-family: "nueva std", sans-serif;
	font-style: italic;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url('../images/bg3_top.png');
	background-repeat: no-repeat;
	color: #ffffff;
}

#text {
	width: 700px;
	margin: 0 auto;
}

.buttons {
	text-align: center;
	line-height: 0px;
}

a {
	color: #E18133;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-size: 25px;
}

.big {
	font-family: "hobo std", sans-serif;
	font-size: 30px;
}

.clearfooter	{height: 75px;
		 clear: both;}
				 
#footer 	{display: table;
		 height: 25px; 
		 width: 100%;  
		 position: relative;
		 overflow: hidden;
		 font-size: 12px;
}
		 
#footercontent	{_position: absolute;
		 _top: 50%;
		 display: table-cell;
		 vertical-align: middle;
		 _margin-top: 50%;
		 text-align: center;}
		 
table {
		margin-left: -8px;
}
