@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:baseline;
}
	
img {
	
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font: 62.5% "Arial Narrow", Arial, Helvetica, sans-serif;
	background: #000 url(../../assets/images/SXSW_CoffeeNoPants_splash_01.gif) repeat-x;
	width: 970px;
	}
	
/*Define text styles*/

p {
	font-size: 2em;
	}
	
h1 {
	}
	
h2 {

	}
	
h3 {

	}
	
h4 {

	}
	
h5 {

	}
	
a:link {
	color: #a0410d;
	}

a:visited {

	}

a:hover {

	}
	

	
ul {

	}
	
li {

	}
	
blockquote {

	}


#header {
	height: 50px;
	width: 950px;
	text-transform: uppercase;
	color: #EE991E;
	padding-top: 6px;
	padding-left: 20px;
}

#header p {
	float: left;
}

#header form {
	display: inline;
	width: 350px;
	float: right;
}


#header input.rsvp {
	display: inline;
	background: #F0B46A;
	border: 1px solid #000;
	font-size: 1.4em;
	color: #000;
	width: 200px;
	margin-right: 20px;
}

#header input.button {
	display: inline;
	font-size: 1.4em;
	background: #12D189;
	border-style: none;
	border-width: 0px;
}

#header input.button:hover {
	background: #DA324F;	
}

.impact {
	color: #FF3538;
}


#wrap {
	background: url(../../assets/images/poster.gif) no-repeat;
	height: 1476px;
	width: 973px;
	margin-bottom: 20px;
}
