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, tt, var,
dl, dt, dd, ol, ul, li, input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */

html,body {
	width: 100%;
	height: 100%;
}

body {
	background: #181818 url('images/steve.jpg') no-repeat;
	font-family: Futura, "Futura Medium", Gill Sans, "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #000;
	line-height: 48px;
}
#form {
	margin-top: 86px;
	margin-left: 430px;
	width: 444px;
	overflow: auto;
}
#form input#speech {
	width: 384px;
	padding: 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	vertical-align: top;
}
#form input#submit {
	float: right;
	margin-top: 16px;
}
#problem {
	margin-top: 86px;
	margin-left: 460px;
	width: 416px;
	padding: 0px;
	color: #CCC;
/*	display: none;*/
}
#solution {
	margin-top: 112px;
	margin-left: 380px;
	width: 534px;
/*	display: none;*/
}
#tab {
	float: left;
	margin-top: 48px;
	width: 74px;
	height: 72px;
}
#solutionBox {
	color: #000;
	text-transform: uppercase;
	background: #ffe400;
	float: left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 36px;
	width: 388px;
}
#google {
	position:absolute;
	top:300px;
	left:500px;
	height:60px;
	padding-top:200px;
}
