body{
	background-color: white; 
	padding: 0px; 
	margin: 0px;
	}
	 

#container {      
	width:450px;
	height: 600px; 
	top: 0px; 
	padding: 0;
}


#slogan { 
		background: #ffffff;
		background-image: url(head.gif); 
		background-repeat: no-repeat; 
		position: relative; 
		width:340px;
		height:95px;
		top: 60px;
		cursor: help;
		 
}

#logo {      
        background: #ffffff;
		background-image: url(logo.gif); 
		background-repeat: no-repeat; 
		position: relative; 
		width:215px;
		height:60px;
		top: 150px; 
}


#description {      
        background: #ffffff;
		background-image: url(description.gif); 
		background-repeat: no-repeat; 
		position: relative; 
        width:310px;
        height:40px;  
        top: 160px;
}
 
.contact {
		background-color: #fff; 
		background-image: url(btn_contact.gif); 
		height: 19px; 
		width: 95px; 
		top: 200px; 
		position: relative; 
		visibility: visible; }
			
			}
	
.contact-on {
		background-color: #fff; 
		background-image: url(btn_contact_over.gif); 
		height: 19px; 
		width: 95px; 
		top: 200px; 
		position: relative; 
		visibility: visible; }
		
			
			}
	

			

