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,dd,dl,dt,li,ol,ul,fieldset,
form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-family:inherit;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul {
	list-style:none;
}

q:before,q:after,blockquote:before,
blockquote:after {
	content:"";
}

#bottomcontent{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 200px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #000;
	color: white;
}

#topcontent{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 200px; /*Set bottom value to HeightOfFrameDiv*/
	overflow: hidden; 
	background: #fff;
}

.phoeticSplash{
	text-align:center;
}


.box1 {
	left:0;
	width:25%;
	height:100%;
	padding:20px;
	background-color:#666;
	text-align:right;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;	
}

.box2 {
	width:25%;
	height:100%;
	padding:20px;	
	background-color:#333;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;		
	float:left;
	position:relative;
}

.box3 {
	width:35%;	
	height:100%;
	padding:20px;	
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	text-align:right;
	float:left;
	overflow:hidden;
	position:relative;	
}

.box4 {
	padding:15px;
	color:#FFF;
	
	text-align:center;
	margin:0 auto;
}

.box6 {
	height:35px;
	padding:15px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
	vertical-align:center;
	margin:0 auto;
}
.spacer1 {
	padding-right:20px;
	text-align:center;
}
