/* Dabu main_style.css */

/* general */
html {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px; 
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	color:#666666;
}

#outer_container {
	height: 100%; 
	width:100%; 
	overflow: hidden; 
	position: relative;
}
#outer_container[id] {
	display: table; 
	position: static;
}

#middle_container {
	position: absolute; 
	top: 50%;
}
#middle_container[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#inner_container {
	position: relative; 
	top: -50%;
	width:500px;
	margin: 0px auto;
}

#inner_container[id] {
	position: static;
}

/* content */
a {
	/*color:#9f9f9e;*/
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#ff5b00;
	text-decoration:underline;
}

.bullet {
	color:#fdd200;
}

.clearer:after {
	content: "Dabu Clear DIV";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main_title {
	float:left;
}

.main_title span {
	display:none;
	z-index:0;
}

.main_title img {
	border:0;
}

.main_content {
	width:261px;
	padding:40px 0px 0px 59px;
	float:right;
	position:relative;
	left:-15px;
	margin-top:25px;
}

#content_item_1 {
	background:url('../img/content_item_1.gif') no-repeat top left;
	margin-top:77px;
}

#content_item_2 {
	background:url('../img/content_item_2.gif') no-repeat top left;
}

#content_item_3 {
	background:url('../img/content_item_3.gif') no-repeat top left;
}

#content_item_4 {
	background:url('../img/content_item_4.gif') no-repeat top left;
}