body {
	margin: auto auto;  
	width: auto; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
	font-size: 13px;
	color: #FFFFFF;
	background-color: #222222;
	background: url(../images/main_background.png) repeat #444444;
	text-align: center;
}

/* Remove image borders when used as links in IE*/
a {
	text-decoration: none;
	border: 0 none;
}

a img {
	padding-top: 0px;
	text-decoration: none;
	border: 0 none;
}
/*-----------------------------------------------*/

div#mainwindow{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 900px;
	overflow-y: auto;
}

table#main{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	border-spacing: 0px 0px;
	border-radius: 0px;
/*	text-align: center;*/
}

tr#head{
	height: 150px;
	text-align: center;
}

td#main{
	display: table-cell;
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color: #EBEBEB;*/
/*	border-right:3px solid #CCCCCC;*/
	width: auto;
	height: auto;
}

td#side{
	display: table-cell;
}

td#cellHeadimg{
	text-align: center;
	font-family: Arial, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

div#info{
	display: block;
	text-align: center;
/*	margin-top: 380px;*/
}

.rev_title{
	font-family: Arial, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.rev_date{
	font-family: Arial, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


