/* layout */

html {
	margin:0;
	padding:0;
	background-color:#000000;
} 

body {
	margin:0;
	padding:0;
	text-align: center;
	min-width: 400px; /* hack that fixes Netscape 6 bug */
}

#flashCont_cap {
	width:374px;
	height: 485px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -187px; /* half of width */
	margin-top: -242px; /* half of height */
}

#clientsFlash {
	width:626px;height: 352px;
	margin:0 auto;
	padding:40px 0 20px 0;
}

#flashCont_intro {
	width:750px;
	height:480px;
	background-color: #333333;
	color:#FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -375px; /* half of width */
	margin-top: -240px; /* half of height */
}

#flashCont_por {
	width:820px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -410px; /* half of width */
	margin-top: -310px; /* half of height */
}

#flashCont_team {
	width:400px; height:400px; 
	margin:0 auto;
	padding:40px 0 20px 0;
}

a.centerSkip {
display:block;
	width:100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

/* navigation */

a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:visited {
	ccolor: #FFFFFF;
}

/* this should all work now, no way to add some negative space for SKIP INTRO link due to the cascade... tried important hack, didn't work... CSS isn't pixel perfect */
