/* fonts */

p, #nav, .black, .black2 {
	font:  12px Helvetica, Arial, sans serif;
	line-height: 14px;
	color: #000000;}

	
#navlist {
	font:  20px Helvetica, Arial, sans serif;
	color: #a7a9ac;
	position: relative;
	left: 18px;
	top: 310px;
	font-weight: 200;}
	
/* links */

#nav a	{
	text-decoration: none;
	color: #a7a9ac;}
	
#nav a:hover	{
	text-decoration: underline;
	color: #a7a9ac;}
	
.black {
	text-decoration: none;
	color: #000000;}
	
	
	
	
	
/* boxes */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:97%;width:100%;}
/* end hide */
body {
background-color: #000000;
text-align:center;
min-height:278px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;

}




#container {
text-align: left;
position:relative;
vertical-align:middle;
display:table-cell;
height: 278px;
margin-bottom: -60px;
}
#inner {
width: 220px;
background:ffffff;
height: 278px;
text-align: left;
margin-left:auto;
margin-right:auto;}
	
	
	
#speaker {
	width: 51px;
	height: 37px;
	float: right;
	margin-right: 60px;}



#nav {
	width: 580px;
	left: -30px;}
	
	
	

	
/* lists */

ul#navlist	{
	padding: 0;
	margin: 0;}
	
ul#navlist li {
	display: inline;
	list-style-type: none;
	text-align: left;
	padding-right: 20px;}

