@charset "utf-8";
/* CSS Document */

body 
{background-color:#141919;
    font-family: Helvetica, Arial, sans-serif;
   color: white;
  
	
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	border-bottom:3px solid #fff;
	padding-bottom: 2px;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:link {
	color:#999;
}

#cont{
	padding:20px;
	font-size:16px;
	font-variant:normal;
	}

#about { float:right;
	font-variant:small-caps;
	font-size:9px;
	width:450px;
	padding:10px;
}
#contact {
	float:left;
	font-size:14px;
		width:220px;
		height:300;
		padding:10px;
		vertical-align:middle;
		font-variant:small-caps;
		
}
