* {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(255,251,156);
	background-repeat: repeat;
	height: 100%;
}

div#leftside {
	position: relative;
	float: left;
	width: 40%;
	background-color: rgb(255,251,156);
}

div#leftside h1 {
	margin: 5%;
}

div#rightside {
	position: absolute;
	width: 60%;
	height: 150%;
	background-color: rgb(157,102,65);
}

div#rightside h1 {
	color: rgb(255,251,156);
	margin-top: 10%;
	margin-left: 5%;
}

div#rightside ul {
	margin-top: 5%;
	margin-left: 10%;
}

div#rightside ul li {
	color: rgb(255,251,156);
	font-size: x-large;
	margin-top: 1%;
}

div#logo {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 2%;
}

div#logo img {
	width: 80%;
}

div#announcement {
	postiion: relative;
	display: block;
	height: 30%;
	width: 100%;
	text-align: center;
}

div#requestinfo {
	margin-top: 3%;
	margin-left: 20%;
	margin-right: 10%;
	text-align: left;
}

logo#img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -216px;
}

h1 {
	color: brown;
}
