/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Paddle Battle
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	font-size: 12px; 
	color: #695B2E; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	margin: 0;
	padding: 0;
	}
	
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
		}
	
	#flashcontent {
		height: 100%;
		}
	/* end hide */


	
a, a:link, a:visited {
		color: #695B2E;
		text-decoration: none;	
		}
	
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}	
	

		
#bottom {
	background: #C5BCA1;
	bottom: 0;
	z-index: 1;
	position: absolute;
	width: 300px;
	height: 150px;
	}
	
#bottom-content {
	width: 275px;
	height: 140px;
	overflow: auto;
	overflow-x: hidden;
	margin: auto;
	}