/* Global HTML Defined Styles */
	html   {
height: 100%;
}
	body   {
background-image: url(../img/bg.jpg);
margin: 0px;
padding: 0px;
height: 100%;
}
	table.container   {
width: 100%;
height: 100%;
}
	table.main   {
height: 100%;
}
	table, td{
height: 50%;
}
	td.right   {
width: 32px;
background-image: url(../img/right_bg.jpg);
}
	td.left   {
width: 32px;
background-image: url(../img/left_bg.jpg);
}
	td#cnt   {
background-image: url(../img/body_bg.jpg);
}
/* User Defined Styles */
	.content {
color: #FFFFFF;
}
table.content, td.content {

}
