a:link {
	color: #681D00;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
}

/* END TAG ZONE */

#banner {
	text-align: center;
	width: 100%;
}

.centeredImage {
	margin: 0 auto;
	text-align: center;
}

.centeredText {
	text-align: center;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

.copyrightInfo {
	font-size: 11px;
	color: #565656;
	text-align: center;
}

#dButton {}

#tip {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	color: #DC5A17;
	opacity: 0;
	z-index: -1;
}

#javaWarn {
	margin: 0 auto;
	width: 600px;
	height: 56px;
	background-color: #FFD7BF;
	text-align: center;
	line-height: 50px;
	box-shadow: 0px 1px 3px #848484;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

#requiresNet {
	width: 140px;
	padding-right: 22px;
	margin-top: 15px;
}

.newWeb {
	text-align: center;
	font-size: 24px;
}

.newWeb a:hover {
	color: #FF541C;
}

.newWeb a {
	color: #2D9AFF;
	transition: all .2s ease-out;
	text-decoration: none;
}