﻿body {
	margin: 0px;
	background: #fff url(../Images/background_repeat.jpg) repeat-x; 
}
td {
	padding: 0px; 
}
	
#mainContent {
	width: 828px; height: 589px;
}
#showMapContent {
	width: 745px; height: 505px;
}

#left {
	background: transparent url(../Images/background_left.jpg) no-repeat 100% 0%; 
}

#right {
	background: transparent url(../Images/background_right.jpg) no-repeat 0% 0%; 
}

#middle {
	/*background: transparent url(../Images/background_middle.jpg) no-repeat 50% 0%; */
}

.content
{
	font-family: verdana;
	font-size: 11px;
	color: #8FB0BE; 
}

.ecardReciever
{
	background-color: #92B9CA; 
	
	position: absolute; 
	left: 50%; 
	top: 50%;
	
	margin-left: -372px; 
	margin-top: -252px; 

	height: 505px; 
	width: 745px; 
	
}

.mainFlash
{

	height: 589px; 
	width: 828px; 
	
	background-color: #92B9CA; 
	
	position: absolute; 
	left: 50%; 
	top: 0px;

	margin-left: -414px;
}