html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: top;
	font-family: "chunkfiveregular" , Georgia;
	font-size: 12px;
	line-height: 16px;
	color: rgba(193,39,45,0.8);
 	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-align: center;
	overflow: hidden;
	transition: 			all 0.5s cubic-bezier(0.0,0.0,0.0,1.0);
	-o-transition: 			all 0.5s cubic-bezier(0.0,0.0,0.0,1.0);
 	-moz-transition: 		all 0.5s cubic-bezier(0.0,0.0,0.0,1.0);
 	-webkit-transition: 	all 0.5s cubic-bezier(0.0,0.0,0.0,1.0);
}
html {
	overflow-y: scroll;
}

body {
	min-width: 600px;
	min-height: 600px;
	background-color: rgba(193,160,45,0.15);
	background-image: url("background.png");
}

@font-face {
    font-family: 'chunkfiveregular';
    src: url('fonts/chunk-webfont.eot');
    src: url('fonts/chunk-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunk-webfont.woff') format('woff'),
         url('fonts/chunk-webfont.ttf') format('truetype'),
         url('fonts/chunk-webfont.svg#chunkfiveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.box {
	width: 100px;
	height: 100px;
	display: inline-table;
	padding: 10px;
	margin: 0px;
	border: solid 3px rgba(193,39,45,0.8);
	overflow: hidden;
}

.headBox {
	font-size: 36px;
	line-height: 92px;
	display: inline-block;
	color: rgba(0,113,188,0.5);
}

.boxTop {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-bottom: solid 3px rgba(193,39,45,0.8);
	border-left: solid 3px rgba(193,39,45,0.8);
	border-right: solid 3px rgba(193,39,45,0.8);
}

.boxBottom {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-top: solid 3px rgba(193,39,45,0.8);
	border-left: solid 3px rgba(193,39,45,0.8);
	border-right: solid 3px rgba(193,39,45,0.8);
}

.boxLeft {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-bottom: solid 3px rgba(193,39,45,0.8);
	border-top: solid 3px rgba(193,39,45,0.8);
	border-right: solid 3px rgba(193,39,45,0.8);
}

.boxRight {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-bottom: solid 3px rgba(193,39,45,0.8);
	border-left: solid 3px rgba(193,39,45,0.8);
	border-top: solid 3px rgba(193,39,45,0.8);
}

.boxTopLeft {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-bottom: solid 3px rgba(193,39,45,0.8);
	border-right: solid 3px rgba(193,39,45,0.8);
}

.boxTopRight {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-bottom: solid 3px rgba(193,39,45,0.8);
	border-left: solid 3px rgba(193,39,45,0.8);
}

.boxBottomLeft {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-top: solid 3px rgba(193,39,45,0.8);
	border-right: solid 3px rgba(193,39,45,0.8);
}

.boxBottomRight {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	overflow: visible;
	border-top: solid 3px rgba(193,39,45,0.8);
	border-left: solid 3px rgba(193,39,45,0.8);
}

.headline {
	font-size: 36px;
	line-height: 92px;
	text-transform: uppercase;
	color: inherit;
}

.text {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	overflow: visible;
	border: none;
	padding: none;
}

.chip {
	width: 80px;
	height: 80px;
	background-color: rgba(0,113,188,0.5);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position:absolute;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.button {
	padding: 14px;
	margin: 20px;
	font-size: 18px;
	line-height: 46px;
	background-color: rgba(193,39,45,0.8);
	color: rgba(243,210,205,1);
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	cursor: pointer;
	text-transform: lowercase;
	box-shadow: 0px 0px 0px rgba(0,113,188,0.0);
	margin-left: 0px;
	margin-right: 10px;
}

.button:hover {
	box-shadow: 6px 6px 0px rgba(0,113,188,0.5);
}

.button2 {
	padding: 14px;
	margin: 20px;
	font-size: 18px;
	line-height: 46px;
	background-color: rgba(243,210,205,1);
	color: rgba(193,39,45,1);
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	cursor: pointer;
	text-transform: lowercase;
	box-shadow: 0px 0px 0px rgba(0,183,238,0.0);
}

.button2:hover {
	box-shadow: 6px 6px 0px rgba(0,183,238,0.8);
}

.textInput {
	border: none;
	width: 460px;
	padding: 10px;
	display: inline-block;
	background-color: rgba(243,210,205,1);
	color: rgba(0,113,188,0.5);
}

#buzzwordList {
	color: inherit;
}

#winMessage {
	width: 480px;
	height: 280px;
	padding: 10px;
	background-color: rgba(193,39,45,1);
	position: fixed;
	top: -100%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	color: rgba(243,210,205,1);
	box-shadow: 6px 6px 0px rgba(0,113,188,0.5);
}

#submitMessage {
	width: 480px;
	height: 270px;
	padding: 10px;
	background-color: rgba(193,39,45,1);
	position: fixed;
	top: 150%;
	left: 50%;
	margin-top: -110px;
	margin-left: -250px;
	color: rgba(243,210,205,1);
	box-shadow: 6px 6px 0px rgba(0,113,188,0.5);
}