html, body {
	height: 100%;
}

body {
	color:#9ae62c;
	margin: 0px;
	padding: 0px;
	height: 100%; 
	text-align: center; /* to correct the centering IE bug*/
	/* background: #c99e5a url(/images/bodyBg.jpg); */
	background-color: #000000;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
a {
	color:#9ae62c;
}

a:hover {
	text-decoration: none;
}


#tables {
	width: 100%;
	height: 100%;
}

#carousel {
	background:#000000; 
}
#container { /* centered holder for all elements */
	vertical-align:middle
	display: block;
	position: relative; /* container positioning */
	width: 740px; 
	text-align: left;
	background:#000000; 
	min-height:100%;
	height: auto; 
  	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	left: 0px; 
}

#video {
	display: block;
	background-color: #000000;
	width: 300px;
	height: 180px;
	float: left;
}

.thanks {
	width: 90%;
	text-align: left;	
}


#text {
	display: block;
	width: 500px;
	float: left;
}

#rsvp {
	text-align: right;
	display: block;
	width: 215px;
	float: right;
}

.line {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	width: 100%; 
	height: 1px;
}

div.hr {
  height: 1px;
  background: #949494 url(../images/line.gif) repeat-x center; 
 margin: 15px 0px 15px 0px;
}
div.hr hr {
  display: none;
}

#logo {
	display: block;
	width: 300px;
	height: 180px;
	float: left;
}

INPUT {
	border-top: #9ae62c 1px solid;
	border-left: #9ae62c 1px solid;;
	border-bottom: #63941d 1px solid;
	border-right: #63941d 1px solid;
	background: #ffffff;	
}

#footer {
	margin-right: 20px;	
}

.btn {
	color: #ffffff;
	border-top: #9ae62c 1px solid;
	border-left: #9ae62c 1px solid;;
	border-bottom: #63941d 1px solid;
	border-right: #63941d 1px solid;
	background: #9ae62c;	
	font-weight: normal;
	padding: 1px 3px 1px 3px;
}


