
@charset "utf-8";

body, td {
	margin: 0px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000000;
}


frontlink:link {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
frontlink:visited {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
frontlink:hover {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline overline;
}
frontlink:active {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.input {
	width: 150px;
	background-color: #e7e7e7;
	border:1px solid gray;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000000;
}
.button .submit {
	cursor: pointer;
	border:1px solid gray;
	background-color: #e7e7e7;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #000000;
}



/* STRUCTURE
===========================*/
/* background: #cccccc; */

#content {
    background: #dddddd;
	overflow:auto;
	text-align: left;
	vertical-align:top;
	margin: 0px;
	position: fixed;
	bottom: 50px;
	right: 200px;
	left: 0px;
	top: 0px;

}


#input{

    background: #888888;
    height: 50px;
    text-align: left;
	margin: 0px;
	position: fixed;
	right: 200px;
	left: 0px;
	bottom: 0px;
}

#user {
    background: #aaaaaa;
    width: 200px;
    text-align: left;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 50px;
}

#player {
    background: #aaaaaa;
    width: 200px;
    height: 50px;
    text-align: left;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


