body {
	background-color: #eae8e8;
	margin: 0px;

}

#mainDiv {
	width: 700px;
	height: 500px;
	margin: auto;

}

#frontTop {
	width: 700px;
	height: 410px;
	background-image: url('../images/fronttop.png');
	
}

#frontMid {
	width: 700px;
	height: 80px;
	background-image: url('../images/frontmid.png');
	text-align: center;
	
}

#frontMidHead {
	padding-top: 5px;

}

#frontBot {
	width: 700px;
	height: 10px;
	background-image: url('../images/frontbot.png');
	
}

.flag {
	position: relative;
	top: 2px;
	float: left;
	margin-left: 25px;
	text-align: center;
	font-size: 1px;
	
}
