*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body {
	margin: 0px;
	padding: 3px;
	overflow: auto;
	height: 99%;
	width: 99%;
}

body {
	background-color: #2A1602;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.60em;
}
#yellow{
position:absolute;
left:127px;
top:13%;
width:512px;
height:512px;
}
#white{
position:relative;
left:261px;
top:0px;
margin-top:255px;
width:241px;
height:150px;
overflow:auto;
}
#logo{
position:relative;
left:459px;
top:0px;
margin-top:56px;
width:241px;
height:51px;
}
a{
font-weight:bold;
color: #D2172B;
text-decoration:none;
}
a:hover{
color: #D2172B;
}

