﻿
.Header 
{
	width:99%;
	height:100px;
}
.Menu
{
	background-color:#CF1C81;
	width:100%;
	height:30px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-behavior:url(border-radius.htc);
	-border-radius: 5px;
        
}
.Flash
{
	width:100%;
	height:300px;
}
.Body
{
	width:99%;
	height:320px;
}	
.Body1
{
	width:99%;
	height:340px;
}
.Footer
{
	background-color: #f5f5f5;
	border:1px solid #CCCCCC;
	color: #000000;
	width: 99%;
	height: 30px;
	font-size: small;
	text-align: center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-behavior:url(border-radius.htc);
	-border-radius: 5px;
}