/* -- contact style -- */

.leftFloat {
 float: left;
}

.rightFloat {
 float: right;
}

body{
	background-image: url('/images/bug.jpg');
	background-repeat: no-repeat;
background-attachment: fixed;
}

#text { position: absolute;
top: 15px;
left: 260px;
width: 450px;
border: none;
text-align: justify;
}

#bottom { position: absolute;
top: 360px;
left: 100px;
border: none;
}


td {	padding: 5px; 
	border: none;
}
}
