/* CSS Document


    Project: Paradise Tan Spa
    URL: http://www.paradisetanspa.com
    
    
    
    Author: k waters
  

    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font




 */
body {
	border:0;
	padding:0;
	background-image: url(images/open_sun_background2.jpg);
	background-color:#000000;
	vertical-align: middle;
	position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	text-decoration: none;

}

a: link {color:#192666; text-doration: none;}
a:hover {color:#4F6AD7; text-decoration: none;}

#h1
 {
 border: 0;
 padding: 0;
 text-align: center;
 color: #000066;
 font-size: 40px; 
 font-family: arial, helvetica;
 position: absolute;
 width: 600px;
 left: 320px;
 top: 600px
 }
 
 #h2
 {
 border: 0;
 padding: 0;
 text-align: center;
 text-color: blue;
 font-size: 20px; 
 font-family: arial, helvetica;
 position: absolute;
 width: 800px;
 left: 230px;
 top: 680px
 }
 
 #address1
 
 {
	border: 0;
	padding: 0;
	text-align: center;
    font-size: 20px;
	font-family: arial, helvetica;
	position: absolute;
	width: 400px;
	left: 280px;
	top: 720px;
	font-weight: bold;
	color: #000066;
 }
 
 #address2
 
 {
	border: 0;
	padding: 0;
	text-align: center;
    font-size: 20px;
	font-family: arial, helvetica;
	position: absolute;
	width: 400px;
	left: 600px;
	top: 720px;
	font-weight: bold;
	color: #000066;
 }
 
 #email
 
 {
	border: 0;
	padding: 0;
	text-align: center;
    font-size: 15px;
	font-family: arial, helvetica;
	position: absolute;
	width: 400px;
	left: 430px;
	top: 820px;
	font-weight: bold;

 }
#foreground {
	z-index: 0;
	position:absolute;
	border: none;
	border-style: none;
	left: 280px;
	top: 600px;
	visibility: visible;
}

#logo {
	z-index: 1;
	position: absolute;
	border-style: none;
	left: 340px;
	top: 180px;
	visibility: visible;
}

