body {	margin: 0px;
}
div {	padding: 0px;}
#container {	position: relative;
}
#super {	position: relative;
	overflow: hidden;	height: 700px;
}
#c_top {
	position: absolute;
	width: 387px;
	height: 123px;
	left: 50%;
	top: 230px;
	margin-left: -193px;
}
#c_bg {
	position: absolute;
	top: 353px;
	width: 385px;
	height: 250px;
	left: 50%;
	margin-left: -192px;
}
#letter_table {
	height: 660px;
	width: 323px;
	position: absolute;
	left: 50%;
	margin-left: -161px;
	height: 500px;
	top: 10px;
	overflow: hidden;
}
#letter_td {
	height: 660px;
}
#letter {	position: relative;
	width: 323px;
	height: 660px;
	background-color: #f1f0e6;
	background-image: URL('./images/l_bg.png');
	background-repeat: repeat-y;
	border: 1px solid #ababab;
	padding-top: 10px;
}
#c_fg {	position: absolute;
	width: 408px;
	left: 50%;
	margin-left: -204px;
	top: 341px;
}
#c_cl {	position: absolute;
	width: 389px;
	left: 50%;
	margin-left: -194px;
	top: 345px;
}
#c_cl img {	display: none;
}
#m_form {	font: normal 11px Verdana;}
input, textarea {	font: normal 11px Verdana;
}
.t_inp {	width: 250px;}
.t_ta {	width: 295px;}
.t_sb {	width: 300px;
	border: 1px solid #c0c0c0;
	background-image: URL('./images/sb_bg.png');
	background-repeat: repeat-x;
	background-color: #d0d8d9;
	height: 39px;}
#white {	position: absolute;
	top: 604px;	height: 300px;
	background-color: #FFFFFF;
	width: 100%;}
#myname, #mytheme {	display: block;	width: 250px;
	height: 15px;
}
#mytext {	display: block;	height: 150px;}
#mysubmit {	display: block;
	height: 40px;
}
