@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#0c3768;
}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: fixed;
z-index: 0;
}

#contents {
position:absolute;
z-index:1;
width:100%
}

#gat {
	clear:both;
}

#menu {
	width:100%;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding-top:16px;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#menu a:hover {
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

#columns {
	width:95%;
	clear:both;
	padding:20px;
	text-align:left;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
}

#video {
	width: 100%	;
	clear: both;
	text-align:center;
}

#left {
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	width:540px;
	float:left;
}

#right {
	float:left;
	padding-left:12px;
	text-align:left;
	width:354px;
	color:#ffffff;
}

#copy {
	clear:both;
	text-align:center;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a {
	color:#ffffff;
}

#mvideo {
	clear:both;	
	width: 100%;
	text-align: center;
}