
body{
background-color: #fff;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

div#global{ 
position: absolute;
left: 50%;
top: 50%;
width: 782px;
height: 600px;
margin-top: -300px; /* half of the height */
margin-left: -391px; /* half of the width */
}

div#slogan{
position: absolute; 
	left: 540px;
	top: 116px;
	width: auto;
	height: auto;
text-align: center;
font-family: Arial, Helvetica, san-serif; 
	font-weight: bold; 
	font-size: 14px; 	
	color: #2a66d4;
z-index: 2;
}

div#check{
position: absolute; 
	left: 300px;
	top: 270px;
	width: auto;
	height: auto;
text-align: center;
font-family: Arial, Helvetica, san-serif; 
	font-weight: bold; 
	font-size: 27px; 	
	color: #535353;
z-index: 2;
}

div#reach{
position: absolute; 
	left: 400px;
	top: 492px;
	width: auto;
	height: auto;
text-align: center;
font-family: Arial, Helvetica, san-serif; 
	font-weight: bold; 
	font-size: 22px; 	
	color: #535353;
z-index: 2;
}

/*main content area*/
div#content{
	position:absolute; 
	left:0px;
	top: 0px;
	width: 0px;
	height:0px;
	z-index:1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-left-color : #666699;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #666699;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #666699;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color : #666699;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-family: Arial, Helvetica, san-serif; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #ffffff;
	overflow: auto;
	visibility: visible;
}
/*use for images, float can also be use on a div*/
img#name{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
letter-spacing: 100%;
float: left;
}
/*if you just use a name rather than a tag you need the period*/
.text{
font-family: Arial, Helvetica, san-serif; 
font-weight: normal; 
font-style: normal;
font-size: 11px; 	
line-height: normal;
text-decoration: none;
text-indent: 0px;
word-spacing: normal;
color: #ffffff;
	}

a:link {  
	color:#ff8100; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
	}

a:visited { 
	color:#ff8100; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
	text-decoration:none; 
}

a:hover {  
	color: #2a66d4; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
	text-decoration:none; 
}

a img {
	width: 55px; 
	height: 80px; 
border-left-color : #333;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : #333;
	border-right-style : none;
	border-right-width : 0px;
	border-top-color :#333;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color :#333;
	border-bottom-style : none;
	border-bottom-width : 0px;
	
}
a#home:link img {background-image: url(safari_link.png);
}
a#links:link img {background-image: url(safari_link.png);
}
a#contact:link img {background-image: url(safari_link.png);


}
a#home:visited img {background-image: url(safari_link.png);
}
a#links:visited img {background-image: url(safari_link.png);
}
a#contact:visited img {background-image:url(safari_link.png);


}
a#home:hover img {background-image: url(safari_hover.png);
}
a#links:hover img {background-image: url(safari_hover.png);
}
a#contact:hover img {background-image: url(safari_hover.png);

}