*{margin:0;padding:0;}  

html, body{
	width:100%;
	height:100%;
	min-width:960px;
	background: url('fon.jpg') 100% 100% no-repeat;
  background-attachment: fixed;
    }

#page{
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	z-index:100;
    }
    
a:link, a:visited {
color: #000000;
font-weight:normal;
text-decoration: none;
}

a:hover {
color: #CC0000;
font-weight:normal;
text-decoration: underline;
}    

h1 {position:absolute; top:15px; left:5%; padding-left:20px; text-align:justify; FONT-SIZE: 24px; FONT-WEIGHT: bold; COLOR: #CC0000; text-decoration: underline; padding-bottom:10px;}

h2 { text-align:justify; FONT-SIZE: 20px; FONT-WEIGHT: bold; COLOR: #CC0000; text-decoration: underline; padding-bottom:10px;}

table.ass {
	width: 100%;
	color: #000000;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #DDDDDD;
	border-collapse: collapse;
	FONT-SIZE:14px;
}
table.ass th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}
table.ass td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #DDDDDD;
	font-weight:normal;
	text-align:left;
}

.logo {
position:absolute; top:15px; left:5%; padding-left:5px; 	z-index:1000;
}

.mytext { text-align:justify; FONT-SIZE: 18px; FONT-WEIGHT: normal; COLOR: #000000; text-decoration: none; padding-top:10px;}

.note{
	border:1px solid #ddd;
	margin:50px 5% 10px 0px;
	width:55%;
	float:right;
	min-height:500px;
	height:auto !important;
	position:relative;
    }

.trans{
	background:#fff;
	opacity:0.8;
	position:absolute;
	height:100%;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    }

.text{
	position:relative;
	padding:20px;
    }

.sid{
	border:1px solid #ddd;
	margin:50px auto 0 5%;
	width:30%;
	float:left;
	position:relative;
	min-height:500px;
	min-width:300px;
	height:auto !important;
    }

ul#menu{
	position:absolute;
	top:15px;
	right:5%;
	font-size: 18px;
	font-weight:bold;
    }

#menu li{
	float:left;
	list-style:none;
	width:150px;
	text-align:center;
	border-right:1px solid #000000;
    }

#menu li a{
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed transparent;
    }

#menu li a:hover{
	text-decoration:none;
	color:#CC0000;
	border-bottom:1px dashed #000000;
    }