body 
{
	margin:50px 65% 40px 40px; 
	padding:0px; background:url(background2.jpg) center top no-repeat #000; 
	color:#999; 
	font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

strong {
	color:#ccc; 
	font-weight:normal;
	}

p {
	margin:0px 0px 50px 0px; 
	color: white; 
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
   
	}

p.feature {
	filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8;
	background: black;
	padding:10px;
	width:700px;
	color: white; 
	margin: 0 0 20px 0;
}

a {
	text-decoration:none; 
	/* color:#ff424f; */
	color: #61BCF4;
	}
	
a:hover { 
	color:#83060f;
	}
	
a.mintsy {
	text-decoration:none; 
	color:#33CC33;
	}
	
a.mintsy:hover { 
	color:#999;
	}
	
a.gig {
	text-decoration:none; 
	color:#0066ff;
	}
	
a.gig:hover {
	color:#999;
	}
	
a.email {
	text-decoration:none; 
	color:#cc6600;
	}
	
a.email:hover { 
	color:#999;
	}


div.sites, div.investments {
	position:absolute; 
	top:60px; 
	right:40px; 
	padding:40px; 
	margin:0px 0px 0px 70%; 
	font-size: 30px;
	text-align:right;
	}

div.investments {
	top:200px;
	font-size: 20px;
}
	
div.sites a,
div.investments a {
	color:#e8e8e8;
	}
	
div.sites a:hover,
div.investments a:hover {
	color:#999;
	}
	
div.sites img, 
div.investments img {
	border:none;
	
	}


