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


a:link {color:#00F; text-decoration: none}
a:visited {color:#555; text-decoration: none}
a:active {color:#F90; text-decoration: none}
a:hover {color: #F90;  text-decoration: none} 

a img {border:none}


#box {
	
	height: 100%;;
	width: 100%;
	position: absolute;
	
	overflow:visible;
	
	
	
}




#about {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align:left;
	color:#000;
	
	position:absolute;
	width: 54%;
	top: 32%; right: 4%;
	display:block;
	
	background-image:url(../img/text_bg.png);
	background-repeat:repeat-x;
	

}


#about h1.title {
	
	font-family: graffiti, "Palatino Linotype", serif;
	font-size:64px;
	
	
	-webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
	

	
	
}

#about h3 {
	

}

#about h5 {
	
}

#about ul {
	
}

#about li {
	list-style:decimal;
	
}

#about p {
	
	
	text-align:justify;
}






body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	
	
	
	background-image:url(../img/anywhere_america_bg.jpg);
	background-attachment:fixed;
	background-position: top center;
	background-repeat: no-repeat; 	
	
	
	
}




