/* Global properties ======================================================== */

body {
	color: #555;
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url(../images/bg-03.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	 }

html { min-width: 960px;}

/* Global Structure ============================================================= */

.container {
	margin: 0 auto;
	position: relative;
	width: 1000px; }

	
/*------- content ------- */
#wrapper_content {
	width: 1000px; }

#content_area {
	margin-top: 30px;;
	width: 1000px;
	height: 100%; }

#content_area_1 {
	background-color: #ddd;
	border-radius: 5px;
	width: 300px;
	height: 300px;
	margin: 20px 0 0 25px;
	float: left;
	overflow: hidden; }
	
#content_area_2 {
	background-color: #ddd;
	border-radius: 5px;
	width: 300px;
	height: 300px;
	margin: 20px 0 0 25px;
	float: left;
	overflow: hidden; }
	
#content_area_3 {
	background-color: #ddd;
	border-radius: 5px;
	width: 300px;
	height: 300px;
	margin: 20px 0 0 25px;
	float: left;
	overflow: hidden; }
	
#area_txt {
	color: #333;
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
	padding: 0 10px 0 10px; }
	
#area_txt b {
	color: #000;
	font-size: 16px; }
	
#area_txt a {
	color: #666;
	text-decoration: none; }
	
#area_txt a:hover {
	color: #000;
	text-decoration: none; }
	
