.test {
	padding-top: 10%;
	position: relative;
}

body {
}

* {
   margin: 0;
   padding: 0;
}

/* macs won't see this! \*/
html, body {
   height:100%;
   width:100%;
}
/* END mac */

#outer {
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
}

#container {
   display:table-cell;
   vertical-align:middle;
}

#inner {
   text-align: center;

   margin-left:auto;
   margin-right:auto;
}


#inner2 {
	text-align: center;
	height:696px;
	width:653px;
	background-color: #FFFFFF;
	background-image: url(images/mainbackground-trim.gif);
}

#maintext {
	text-align: center;
	width:600px;
}

p {
	font-size: 12px;
}
.slideshow {
	padding-top: 120px;
}
.textbox {
	padding-top: 350px;
}
.maintable {
	background-image: url(images/mainbackground.gif);
	background-repeat: no-repeat;
}
a {
	text-decoration: underline;
}
