@charset "utf-8";
/* CSS Document */


body {
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			background-color:#000000;
			color:#f05d22;
			}
			
a {
			color:#f05d22;
			text-decoration:underline;
			font-weight:bold;
			}			
			
a: link {
			color:#f05d22;
			text-decoration:none;
			font-weight:bold;
			}

a: visited {
			color:#f05d22;
			text-decoration:none;
			font-weight:bold;
			}
			
a: hover {
			color:#f05d22;
			text-decoration: underline;
			font-weight:bold;
			}
			
a: active {
			color:#f05d22;
			text-decoration:none;
			font-weight:bold;
			}

		
#outcontainer {
			top:0;
			left:0;
			width:100%;
			height:100%;
			display:table;
			background-color:#000000;
			}
			


#medcontainer {
			display:table-cell;
			vertical-align:middle;
			background-color:#f000000;
			height:100%;
			}
			
#incontainer {
			display:block;
			margin:1em auto;
			position:relative;
			}
			
#listcontainer {
			position:absolute;
			left:20px;
			top:52px;
			width:200px;
			height:150px;
			font-size:12px;
			}
			
