body {
	margin: 0px auto 0px auto;
	color: #000000;
	font-style: normal;
	font-family: arial;
	background-color: #FFEAD4;
	background-image: url('background.png');
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
a:link {
	color: #2E3192;
	text-decoration: none;
}
a:visited {
	color: #2E3192;
	text-decoration: none;
}
a:hover {
	color: #2E3192;
	text-decoration: none;
}
a:active {
	color: #2E3192;
	text-decoration: none;
}
#container {
	position: relative;
	z-index: 1;
	width: 276px;
	margin:0px auto 0px auto;
	text-align: center;
}
.linkitem {
	height:79px;
	width:276px;
	background-image:url('bigbutton.png');
	position: relative;
	text-align: center;
	line-height: 79px;
	color: #2E3192;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 30pt;
}