body {
	font-family:		 "HelveticaLTStd-Roman", sans-serif;
	
	font-size:		20px;
	text-align:		justify; 
	color:			#FFFFFF;
	background-color:	#2F4F4F;
	background-repeat:	no-repeat;
	background-position:	top;

}


#link a {
	color:		#3374dc;
	text-decoration: none;
}

#link a:hover {
	color:		#fff;
	text-decoration: none;
}


#intro {
	
	width:			600px;
	padding:		15px;
	float:			left;
	text-align:		justify;
	background-color:	#000000;


	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
}

#center {
	
	width:			900px;
	float:			left;
	text-align:		center;
	background-color:	#000000;


	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
}


#intro a {
	color:		#3374dc;
	text-decoration: none;
}

#intro a:hover {
	color:		#fff;
	text-decoration: none;
}

.transparent_class {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	float:		left;
}

.transparent_home {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;


}

#container {
	width:		900px;
	margin:		0 auto;
}

#twitter {
	
	width:			250px;
	padding:		10px;
	float:			left;
	text-align:		justify;
	background-color:	#000000;


	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
