/* @override http://www.cheerwineczar.com/css/style.css */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cheerwine/plaster_wall.jpg) center top;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
#cheershow {
    width: 900px;
    height: 600px;
    margin: 50px auto 0;
    border: 6px solid #ebebeb;
	background: #fff url(../images/cheerwine/badge.jpg) no-repeat center center;
}
#devlinks {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
div#terms {
	width: 900px;
	margin: 0 auto;
}
div#terms p {
	float: left;
	width: 500px;
	margin: 10px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}
div#terms a:link, a:visited {
	float: right;
	text-align: right;
	width: 70px;
	margin: 10px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}