@charset "utf-8";
/* CSS Document */

/************************************************************************/
/*EASILY EDITABLE SITE WIDE ATTRIBUTES*/
/************************************************************************/

* {
	/*SITE WIDE FONT DECLARATION - To change the font throughout the entire splashpage
	simply change the attributes below.*/
	font-family:Arial, Helvetica, sans-serif;
		
	/*Additional examples*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}

a {
	/*SITE WIDE LINK DECLARATION - To change the way the text URLs look throughout the
	entire splashpage, change the attributes below*/
	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-size:1.0em;
	
	/*Additional examples*/
	/*text-decoration:underline;*/
	/*color:#039;*/
	/*font-size:1.2em;*/
}

a:hover {
	/*SITE WIDE LINK MOUSE HOVER DECLARATION - To change the way the text URLs look
	throughout the entire splashpage,when being hovered over with the mouse change
	the attributes below*/
	text-decoration:underline;
	
	/*Additional examples*/
	/*font-weight:bold;*/
	/*color:#009;*/
}


/************************************************************************/
/*GENERAL CSS ATTRIBUTES - DONT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING/
/************************************************************************/

* {
	padding:0px;
	margin:0px;
	font-size:10px;
}

body {
	width:100%;
	height:100%;
}

p {
	font-weight:normal;
	font-size:1.0em;
	color:#333;
}

#page_area {
	margin:auto;
	width:600px;
	height:100%;
}

#head_spacer {
	margin-top:20%;
	display:block;
}

#picture_area {
	width:600px;
	height:450px;
	display:block;
	/*This is the background image stack of pictures, if you wish to replace, you can customize and replace the file pictures-background.jpg - Make sure that the dimensions are identical though at 600x450*/
	background-image:url(images/pictures-background2.jpg);
	position:relative;
	float:left;
}

#picture_area_image {
	margin-top:80px;
	margin-left:93px;
	float:left;
	position:relative;
}

#picture_area_logo {
	margin-top:10px;
	margin-left:200px;
	float:left;
	position:relative;
}

#text_area {
	width:600px;
	text-align:center;
	display:block;
}

#text_area h1 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

#text_area p {
	font-size:1.1em;
	letter-spacing:1px;
}

#footer_area {
	width:600px;
	position:absolute;
	bottom:0px;
	text-align:center;
}

#footer_area p {
	font-size:1em;
	color:#999;
}

#footer_area a {
	font-size:1em;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
