﻿@charset "utf-8";
/* CSS Document */
body{
	border:0;
	margin:0;
	padding:0;
	background-image:url(../images/bbb.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#85e7fe;
}
#topDiv{
	position:relative;
	z-index:0;
}
#topContent{
	width:1000px;
	height:366px;
}
#mainDiv{
	text-align:center;
	margin:0 auto;
	width:1000px;
	}

#leftDiv{
	border:0;
	margin:0;
	padding:0;
	float:left;
	width:224px;
	}
#leftContent{
	width:224px;
	background-color:#85e7fe;
	border:0;
	margin:0;
	padding:0;
}
#ContentDiv{
	float:left;
	width:765px;
}
#mainContent{
	background-image:url(../images/tb_002.gif);
	background-repeat:repeat-y;
	padding:0 14px;
	width:763px;
}
#advertisement{
	position:absolute;
 	top :145px;
 	left:16px;
 	z-index:1;
 	width:320px;
 	height:212px;
}