@charset "UTF-8";
/* CSS Document */
	
div, html, body {margin: 0; padding: 0}

body {
/*	background-color: #F8F7F3;*/
/*	background-color: #FFFFFF;*/
/*	background-color: #E6E6FA;*/
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 75%;
}

#page {
	width: 700px;
    margin: 0px auto;
	text-align: center;
/*    background-color: #E6E6FA;*/
	background-color: #000000;
	
} 

#header {
	width: 650px;
	text-align: center;
	margin: 0px auto;
    padding-top: 2em;
	padding-bottom: 1em;
}

#main {
	margin: 0px auto;
	text-align: center;
	width: 600px;
	/*height: 290px;*/
}

#content1 {
	padding: 0px;
	margin: 0px;
	width: 300px;
/*	height: 290px;*/
/*	background-color: #E6E6FA;*/
	background-color: #000000;
	float: left;
}

#content2 {
	padding: 0px;
	margin: 0px;
	width: 300px;
/*	height: 290px;*/
/*background-color: #E6E6FA;*/
	background-color: #000000;
	float: right;
}

.content-sx-1 {
	padding: 0px; 
	margin: 0px; 
	height: 50px; 
	width: 140px; 
	float: left;
}

.content-sx-2 {
	height: 65px; 
	line-height: 65px; 
	width: 100px; 
	float: left;
	font-size: 14px;
}

.content-dx-1 {
	padding: 0px; 
	margin: 0px; 
	height: 70px; 
	width: 100px; 
	float: right;
}

.content-dx-2 {
	height: 75px; 
	line-height: 75px; 
	width: 120px; 
	float: right;
	font-size: 14px;
}

.invisibile {
	color: black;
	/*	color: #E6E6FA;
	position: absolute; 
	bottom: -3000em; 
	height: 1%;*/
}

a, a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active, a:focus {outline:none;} 


