a	{
	display:inline;
	color:rgb(220,220,220);
	text-decoration:none;
	}

a:visited {
	color:rgb(220,220,220);
	text-decoration:none;
	}

a:link {
	color:rgb(220,220,220);
	text-decoration:none;
	}

html,body	{
	background-color:rgb(20,16,16);
	color:rgb(220,220,220);
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	height:100%;
	}


img	{
	border:none;
	}


div>strong	{
	color:rgb(110,110,110);
	font-size:10px;
	display:inline;
	margin:0px 0px 0px 10px;
	}

	
*	{
	margin:0px;
	padding:0px;
	}

#outer {
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
}

#container {
   display:table-cell;
   vertical-align:middle;

}

#inner {
   text-align: center;
   width: 50%;
   margin-left:auto;
   margin-right:auto;
}


#wrapper{
	width:483px;
	height:111px;
	}

.left	{
	float:left;
	width:160px;
	text-align:left;
	margin:16px 0px 0px;
	}

.right	{
	float:left;
	width:160px;
	text-align:right;
	margin:16px 0px 0px;
	}

.center	{
	float:left;
	text-align:center;
	width:160px;
	margin:16px 0px 0px;
	}
	
	


