body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a.buttonize {
	font-size:85%;
	color:#ffe;
	background-color:#226;
	font-family:'trebuchet ms', sans-serif;
	font-weight:bold;
	padding:0px 1px 0px 2px;
	border:1px outset #369;
	letter-spacing:2px;
	text-decoration:none;
}

a:hover.buttonize, a:active.buttonize {
	text-decoration:none;
	color:#226;
	background-color:#ff7;
	border:1px inset #69a;
}

#container {
	position: relative;
	text-align: center;
	margin: 0px 100px 0px 100px;
}

#logo {
	text-align: center;
}

#buttonize {
	position: relative;
	text-align: center;
	margin-top: 0px;
}

#content {
	position: relative;
	text-align: left;
}
