
/* All rights reserved 1997-2011 © Francesco "frankygoes" Pellone */


/* ------------ tag definition ------------ */

html {
	scrollbar-arrow-color: #0099FF;
	scrollbar-face-color: #000000;
	scrollbar-track-color: none;
	scrollbar-3dlight-color: #0099FF;
	scrollbar-highlight-color: #3355BB;
	scrollbar-shadow-color: #0099FF;
	scrollbar-darkshadow-color: #3355BB;
/*	scrollbar-base-color: none; */
/*	overflow: hidden; */
}

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------ class/element definition ------------ */

.bkg {
	z-index: -999;
	width: 99%;
	height: 815px;
/*	background-image: url(images/fg_home.jpg); */
/*	background-image: url(images/fg_home_anim.gif); */
	background-image: url(images/fg_home_sg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px none #FFFF99;
	cursor: pointer;
}

#logo {
	position: absolute;
	top: 20px;
	right: 10px;
}

.warning {
	color: #FF0000;
	text-align: justify;
	font-size: 12pt;
	width: 45%;
	margin: 5px;
	padding: 20px;
	border: 1px dotted #FF0000
}

#thought {
	position: absolute;
	bottom: 100px;
	left: 10px;
}

#bottombar {
	position: absolute;
/*	left: expression(document.body.offsetWidth / 2 + 'px'); */
	bottom: 20px;
	color: #CCCCCC;
	text-align: center;
	font-size: 10pt;
	width: 100%;
}

.hiddeninfo {
	color: #33FF99;
	text-align: center;
	font-size: 8pt;
	padding: 15px;
	visibility: hidden;
}

#sidebox {
	position: absolute;
	bottom: 80px;
	right: 0px;
	width: auto !important;
	width: 412px;
/*	background-color: #9999FF !important; */
/*	background-color: #FF0000; */
	padding: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.togglersidebox {
	float: left;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}

.textsidebox {
	overflow: hidden;
	width: 360px;
	float: right;
	text-align: center;
	background-color: #0B2E66;
	padding-top: 15px;
	padding-bottom: 22px;
	border: 2px dashed #CCCCCC;
}

.buttonsidebox {
	color: #0099FF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	cursor: pointer;
}

/* ------------ other definition ------------ */

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #44CCFF;
/*	text-decoration: underline; */
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
/*	text-decoration: underline overline; */
	text-decoration: none;
}

