@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #000;
	margin-left: auto;
     margin-right: auto;
}

p {
	margin: 0;
	text-align: center;
}

a:link {
	color: #000;
	text-decoration: none;
	
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#contact2 {
   position: absolute;
   top:43.5%;
   left: 50%;
   width: 654px;
   height: 21px;
   margin-top: -10.5px; /* Half the height */
   margin-left: -327px; /* Half the width */
}

#contact img {
   position: absolute;
   top:35%;
   left: 50%;
   width: 654px;
   height: 69px;
   margin-top: -34.5px; /* Half the height */
   margin-left: -327px; /* Half the width */

}

#gallery {
	width: 538px;
     height: 50px;
	margin-left: auto;
     margin-right: auto;
	margin-bottom: 30px; 
	margin-top: 80px;
}

#no-flash {
	margin: 35px;
}

#video {
	margin: 25px;
}

