* {
	font-family: Lucida Grande, 'Helvetica', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	/*font-family: Comic Sans MS, 'Comic Sans MS';*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #E1E7EA;
	/*background-image: url(Content/backnoise.png);*/
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
div {
	overflow: none;
	/*Because IE7 is utter shite.*/
}
.Hidden {
	opacity: 0;
	display: none !important;
	visibility: hidden;
}
.djoscarButton {
	width: 112px;
	height: 120px;
}
