html, body {
 		height: 100%;
 		width: 100%;
                margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		vertical-align: middle;
 		background: #5A3D0A;
		font-size: 12px;
		font-family: arial;
		text-decoration: none;
		color: #A78447;
}

.object {
		text-align: right;
}

.left_frame {
                background-image: url(../images/image_10.jpg);
}

.right_frame {
                background-image: url(../images/image_12.jpg);
}

.content {
		vertical-align: top;
                background: #150F0E;
}

.input_text {
		background: #BEB091;
		font-family: arial;
		font-size: 12px;
		color: #150F0E;
 		border: 1px solid #7F7358;
 		width: 128px;
		height: 16px;
}

.input_submit {
                border: none 0;
}

img {
                border: none 0;
}

td {
		font-size: 12px;
		font-family: arial;
		text-align: left;
		text-decoration: none;
		color: #D3C39A;
}

td a:active {
		font-size: 16px;
		color: #FFC100;
}

td a:link {
		font-size: 16px;
		color: #FFC100;
}

td a:visited {
		font-size: 16px;
		color: #FFC100;
}

td a:hover {
		font-size: 16px;
		color: #B11313;
}

form {
		display: inline;
}