@charset "utf-8";
body {
  
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-attachment: fixed;
	background-color: #365C81;
background-image: url(images/VFX_fixedBG.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}

h1 {
	font-size: 24pt;
	margin: 10px 0px;
}

h2 {
	font-size: 12pt;
	color: #25333e;
	margin: 10px 0px;
	text-align: center;
}

#Announcment {
	text-align: center;
	font-style: italic;
}
	
.Container {
	margin: 0 auto;
	width: 960px;
	height: 1200px;
}

.Header {
	width: 960px;
	height: 100px;
	padding: 0px 20px;
}

.Banner {
	width: 960px;
	height: 60px;
	text-align: center;
}

.Divider_line {
	width: 440px;
	height: 1;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	margin: 0px 260px;
}

.middle_Content {
	width: 960px;
	height: 440px;
}

.Footer {
	width: 960px;
	height: 160px;
}
