﻿* 
{
	padding: 0;
	margin: 0;
}

img 
{
	border: 0;
}

body 
{
	background-color: #ffffff;
}

#container 
{
	width: 970px;
	background-color: #ffffff;
	height: 100%;
	margin: 0 auto;
}

#header 
{
	padding-top: 10px;
}

#footer 
{
	width: 970px;
	height: 30px;
	background-color: #ffffff;
	clear: both;
}

#display_L 
{
	width: 469px;
	float: left;
}

#display 
{
	width: 970px;
}

#display_R 
{
	width: 501px;
	float: left;
}

#display_LEvt
{
	width: 463px;
	float: left;
}

#display_REvt 
{
	width: 507px;
	float: left;
}
		
