/* CSS Document 
 Gallery Body
 Copyright XMLcontrolpanel.com
 All Rights Reserved
*/



* {
	margin:0;
	padding:0;
}



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	color: #CCCCCC;
	height: 100%;
}


/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */


/* Global Nav */

a:link {
	color: #1C62D4;
	text-decoration: none;
}

a:visited {
	color: #629CE3;
	text-decoration: none;
}


a:hover {
	color: #95C017;
	text-decoration: underline;
}
a:active {
	color: #FF5102;
	text-decoration: underline;
}
