body {
	background: #6f6f6f url(../img/bg.png) repeat-y fixed center;
}

.header {
	background: white url(../img/header.png) no-repeat center;
	margin-left: auto;
	margin-right: auto;
	width: 564px;
	height: 92px;
	border: 2px solid #aaaaaa;
	padding: 6px;
}

.links-container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 564px;
	background-color: white;
	border: 2px solid #aaaaaa;
	padding: 6px;
}

.copyright-info{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 564px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.edu-button {
	background: white url(../img/edu.png) no-repeat scroll 0px 0px;
}

.store-button {
	background: white url(../img/store.png) no-repeat scroll 0px 0px;
}

.support-button {
	background: white url(../img/support.png) no-repeat scroll 0px 0px;
}

.redirect-button {
	border: 2px solid #aaaaaa;
	height: 156px;
	width: 560px;
	color: #cccccc;

	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}

.redirect-margin {
	margin-top: 6px;
}

.redirect-button:hover {
	border: 2px solid #555555;
	cursor: pointer;
}

.redirect-button ul{
	height: 100%;
	width: 140px;
	text-align: left;
	float: right;
	list-style-type: none;
	margin: 0px;
}

.redirect-button li {
	margin-top: 12px;
}

.redirect-button li:hover {
	color: #444444;
}

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
	color: #444444;
}

a:visited {
}


