/* CSS Document */

html, body   {
	background-color: #FFFFFF;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

table{
	border: 0px;
	}

#container_main{
	width: 100%;
	height: 100%;
	}

#container_center{
	margin-top: 63px;
	width: 768px;
	height: 488px;
	}

.background_content_sub{
	width: 738px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_content_sub.gif);
	height: 100%;
	}