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

body{
	background-color:#0281d2;
}

#container{
	width:1024px;
	margin:0 auto;
}

#header{
	background:url(../images/header.jpg) no-repeat;
	display:block;
	width:1024px;
	height: 560px;
	vertical-align:bottom;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#000;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;

}
#container #header table tr td p {
	font-size: 16px;
	font-family: "Myriad Pro", Arial Black , Gadget, sans-serif;
}
#container #header table tr td {
	font-size: 16px;
	color: #FFF;
}
