* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans;
	font-size: small;
}

li {
	list-style-type: none;
}

a {
	color: #909090;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 6px;
}
a:hover {
	color: #FFFFFF;
}
#button {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 80px;
	/*display: block;*/
	/*background-color: #00FFCC;*/
}

#it, #en {

	height: 11px;
	width: 16px;
	margin-top: 4px;
	background-repeat: no-repeat;
	/*background-position-y: 4px;*/
	float: left;
}

#it {
	background-image: url(../img/it.png);
}
#en {
	background-image: url(../img/en.png);
}

#main {
	background-color: #000000;
	background-image: url(../img/blackboard.jpg);
	width: 100%;
	height: 100%;
}

#content {
	margin: auto;
	width: 408px;
	/*height: 500px;*/
	
}
#brand {
	width: 100%;
	height: 230px;
	background-image: url(../img/logo_main_page.png);
	background-repeat: no-repeat;
	/*background-color: #00CCFF;*/
}
#copy {
	cursor: default;
	color: #909090;
	padding-top: 20px;
	text-align: center;
	font-size: 80%;
}
