/* CSS Document */

#contact {
	position:absolute;
	width:400px;
	height:90px;
	z-index:1;
	left: 200px;
	top: 300px;
}
#line1 {
	position:absolute;
	width:392px;
	height:22px;
	z-index:1;
	left: 4px;
	top: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#line2 {
	position:absolute;
	width:392px;
	height:22px;
	z-index:1;
	left: 4px;
	top: 34px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
#line3 {
	position:absolute;
	width:392px;
	height:22px;
	z-index:1;
	left: 4px;
	top: 62px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #800080;
	text-align: center;
}
#contact_pic {
	position:absolute;
	width:400px;
	height:120px;
	z-index:1;
	left: 200px;
	top: 500px;
	text-align: center;
}
#wrapper {
	height:800px;	
}
