@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	paddig: 0;
	background-image:url(../images/img01.jpg);
	background-repeat: repeat;
}

#main {
	position:relative;
	margin: 0px auto;
	padding: 0px auto;
	top:50px;
	height:330px;
	visibility: visible;
	background-color: #ffffff;
}
#intro {
	position:relative;
	margin: 0px auto;
	padding: 0px auto;
	top:14px;
	height:99px;
}
#email {
	position:relative;
	margin: 0px auto;
	padding: 20px auto;
	top:14px;
	height:99px;
}

a:link {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none; 
}
a:visited {
	color: #005132;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #74b552;
}

#video {
	position:absolute;
	left:173px;
	top:250px;
	width:327px;
	height:260px;
	z-index:1;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

