/* CSS RESET */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

body {
	background-color: #fff;
}

#introwrap {
	text-align: center;
}

#logo1 {
	position: absolute;
	top: 0;
	left: 0;
}
#logo2 {		
	position: absolute;
	top: 0;
	right: 0;
}
#introduction img {
width: 100%;
}
#introduction {
	position: absolute;
	text-align: center;
	top: 0;
	margin: 0 320 0 320;
	padding: 30 10 10 10;
}

#toplip {
	margin-top: 320px;
}

#toplip, #bottomlip {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

a {font-family: sans-serif; text-decoration: none; color: #fff}
a:link, a:active {color: #fff}
a:hover {color: #ddd;}
a:visited {color: #fff;}

ul.menuteefs {
	text-align: center;
}
ul.menuteefs li {
	display: inline;
	padding: 30px;
	font-size: 2em;
}

ul#updates {
	text-align: right;
}
ul#updates legend {
	padding: 5px;
	font-size: 1.4em;
	font-family: sans-serif;
}

#teefs1 {
	background-image: url(../img/teefs1.png);
}
#teefs2 {
	background-image: url(../img/teefs2.png);
}
#teefs1, #teefs2 {
	background-color: #ddd;
	background-repeat: repeat-x;
	height: 117px;
	content: " ";
}

#content {
	background: #ddd;
	padding: 20 50 20 50;
}

#footer {
	padding: 20px;
	background-color: #ddd;
	width: 80%;
	margin: 10 auto 10 auto;
}
		
/* Madlibs */

#madlibinput {
	position: relative;
	margin-left: 0;
	width: 49%;
	display: inline-block;
}

#opshun {
	padding: 10;
}
#label {
	margin-left: 0;
	width: 39%;
	font-size: 1.2em;
	line-height: 2em;
	font-family: sans-serif;
	background-color: #eee;
	display: inline-block;
	height: 2em;
	text-align: center;
	border-radius: 4px;
}
#madlibinput input {
	float: right;
	padding: 10px;
	width: 60%;
	font-size: 1.2em;
	height: 2em;
	display: inline-block;
	border-radius: 4px;
	border: none;
}

#madlibinput input#submit {
	border: 1px solid #000;
	background-color: #adf8fe;
	width: 100%;
	border-radius: 10;
}

#madlibresult {
	position: relative;
	width: 49%;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
}

#p1, #p2, #p3 {
font-family: sans-serif;
font-size: 1.3em;
}