#main  {
background-color:	white;
left:	200;
padding-left:	30px;
padding-right:	30px;
padding-top:	30px;
position:	absolute;
top:	200;
}

#left  {
background-color:	black;
margin-left:	auto;
margin-right:	auto;
position:	static;
text-align:	center;
top:	0;
left:	0;
width:	200;
}

#topcenter  {
background-color:	black;
display:	block;
height:	200;
left:	200;
margin-left:	auto;
margin-right:	auto;
padding:	20;
position:	absolute;
text-align:	center;
top:	0;
width:	400;
}

#topright  {
background-color:	black;
display:	block;
height:	200;
margin-left:	auto;
margin-right:	auto;
padding:	0;
position:	absolute;
right:	0;
text-align:	center;
top:	0;
width:	190;
}

#bbout {
position:	absolute;
top: 15;
left: 5;
}

#bbin {
position:	absolute;
top: 26;
left: 20;
}

#menu {
position:	absolute;
top: 210;
left: 0;
}

#tiger {
position:	absolute;
top: 60;
left: 300;
bottom: 360;
right: 600;
}

#tigertext {
position:	absolute;
top: 50;
left: 50;
bottom: 400;
right: 300;
}

a:link { 
	color: #0000A0;
	}
a:visited { 
	color: #0000A0;
	}
a:hover { 
	color: #0000A0;
	}
a:active { 
	color: #0000A0;
	}

body{ 
height : 100%; 
margin:0; 
width : 100%; 

} 
#centered_div{ 
position : absolute; 
left:50%; 
margin:0 0 0 -400px; 
width : 800px; 

} 

