/*************************************************************************
	(c) bernardo gimenez photography
*************************************************************************/

html {
	overflow: hidden;
}

body { 
	background: url("images/bg.gif") repeat;
	background-color: #333333;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}

#homebutton {
	position: absolute; 
	top: 30px;
	left: 55px;
}

#flashcontent {
	/* top=top(homebutton)+height(home.gif(20px)) */
	position: absolute;
	top: 50px;
	left: 25px;
	height: 100%;
	width: 100%;
	}
	
#container {
	position: absolute; 
	top: 50%;  
	left: 50%; 
	width: 1021px;
	height: 651px;
	margin-top: -325px; 	/* height*0.5 */
	margin-left: -511px;	/* width*0.5 */
	font-size:0px;
}

	
img {
	border: none;
}

table.titletable {
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	height: 100%;
	padding: 0px; 
	border-spacing: 0px;
}

	.titletable tr.toprow {
		height: 30%;
	}

	.titletable td.toprow {
		text-align: center;
		vertical-align: bottom;
	}

	.titletable tr.centerrow {
		height: 250px;
	}

	.titletable td.centerrow {
		text-align: center;
		background-color: #000000;
	}

	.titletable td.bottomrow {
		text-align: center;
		vertical-align: top;
		white-space: normal;
		padding-top: 12px;
	}

	.titletable td.footer {
		text-align: left;
		vertical-align: bottom;
	}

