body {
	min-width: 900px;
	height: 100%;
	background-color: #73cff6;
	margin: 0 auto;
}

#main {
	margin-top: 0px;
	width: 100%;
	height: 800px;
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
}

#space_top {
	margin-top: 0px;
	height: 55px;
}

#header_top {
	height: 11px;
	width: 841px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/container_top.png');
	background-repeat: no-repeat;
}

#header {
	width: 841px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/header_bg.png');
	background-repeat: repeat-x;
}

#content {
	width: 841px;
	min-height: 535px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#footer_bg {
	width: 841px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/footer_bg.png');
	background-repeat: no-repeat;
}

#magnifier {
	position: absolute;
	width: 102px;
	height: 108px;
	margin-left: 16px;
	margin-top: 0px;
	background-image: url('img/magnifier.png');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	width: 280px;
	height: 83px;
	background-image: url('img/translate.jpg');
	background-repeat: no-repeat;
	margin-left: 118px;
	margin-top: 0px;
}

#header img.twitter {
	position: absolute;
	width: 192px;
	height: 120px;
	border: none;
	margin-left: 638px;
	margin-top: -3px;
}

#adsense_top {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 728px;
	height: 90px;
}



#content_left {
	position: absolute;
	margin-left: 0px;
	margin-right: 421px;
	width: 420px;
}

#content_left p.hint_top {
	color: #8c8c8c;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 13px;
	text-align: center;
}

#content_left textarea.source_text {
	margin-left: 33px;
	margin-top: 10px;
	height: 280px;
	width: 372px;
	border: 1px solid #86aefe;
}


#content_right {
	margin-left: 436px;
	margin-right: 0px;
	width: 405px;
}

#content_right p.hint_top {
	color: #8c8c8c;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 13px;
	margin-left: 90px;
}

#content_right textarea.output_text {
	margin-left: 0px;
	margin-top: 10px;
	height: 280px;
	width: 372px;
	border: 1px solid #86aefe;
	font-size: 9pt;
}

#langselect {
	margin-left: 33px;
	margin-top: 5px;
}

#langselect input.translate_submit {
	height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 143px;
}

#footer_text {
	height: 30px;
	margin-top: 65px;
}

#footer_text p.footer_txt, a {
 	text-align: center;
 	color: #8c8c8c;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 13px;
	
}

