@charset "UTF-8";
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
}
body {
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	background-repeat: repeat;
	background-color: #FFF; 
}
p {
	text-align: left;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #FC0;
	font-style: italic;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
a:active {
	color: #600;
}
.footer {
	font-size: 9px;
	color: #999;
}
#content {
	width:960px;
	z-index:1;
	background-image: url(../5_posmi/5_posmi2.jpg);
	padding: 0px;
	border: 0px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

