body {
	margin:0px 0px 0px 0px;
	font-size: 14px;
	font-family: verdana;
	background-color: #CCCCE7;
}

#main {
	position: relative;
	top: 45px;
	margin: auto;
	background-color: white;
	width: 600px;
	height: 400px;
	border: 1px solid black;
}

#title {
	background-color: yellow;
	color: blue;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	height: 25px;
}

#content {
	border: 1px solid green;
	padding: 5px;
	height: 360px;
}

h1 {
	margin: 3px 0px 6px 0px;
	font-size: 18px;
}

#logo {
	float: right;
}

#bottom {
	position: absolute;
	bottom:5px;
	right:30px;
}
