﻿body 
{
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:12px;
}

#Box
{
	width:1000px;
	height:auto;
}

#Header
{
	width:1000px;
	height:488px;
	background-image:url(../Images/Master/Header.jpg);
	background-repeat:no-repeat;
}

#Footer
{
	width:1000px;
	height:63px;
	background-image:url(../Images/Master/Footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:20px;
	padding-top:90px;
	font-size:13px;
}

#Footer a
{
	text-decoration:none;
}

#Flash
{
	width:1000px;
	height:396px;
}

#Content
{
	height:auto;
}

