* {
	margin: 0;
	padding: 0;
}
body, html {

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777779;
	background-color: #FFFFFF;
	text-align: center;
}

div#box {
	position:relative; /* center, not in IE5 */
	width:880px; /* real browsers */
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#intro {
	height: 600px;
	width: 880px;
	background-color: #FFFFFF;
}
#header {
	height: 50px;
	background-color: #FFFFFF;
	padding-top: 20px;
	display: none;
}

#c_left {
	float: left;
	width: 390px;
	margin-top: 30px;
}
#cellula_txt {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #939598;
	padding-left: 25px;
	height: 133px;
}
#content {
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
}

#logo_cellula {
	margin-left: 35px;
	margin-bottom: 15px;
}
.dark, a {
	color: #333333;
	text-decoration: none;
}
#border_right {
	float: right;
	height: 133px;
	margin-top: 30px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #939598;
	padding-right: 26px;
	text-align: right;
}

hr {
	display: none;
}
#debug {
	margin-top: 10px;
	text-align: right;
	position: absolute;
	left: 692px;
	top: 14px;
	display: none;
}
#daw {
	margin-top: 5px;
}
