body {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../file/galkat_cover.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size:  100%;
	background-color:  #000000;
}

p {
	margin: 1em 0;
}
.red {
	color: #f00;
}
#Container {
	width: 100%;
	position: absolute;
	top: 259px;
	left: 0;
	margin-top: -160px;
	text-align: center;
}
#main {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
#mainContent {
	height: 184px;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 30px;
	width: 940px;
}
#links {
	padding-bottom: 10px; 
	margin-top: 40px; 
	font-family: Tahoma; 
	color: #999999
}
#wrapper {
  text-align: left;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#footer {
	color:#666666;
	font-size:11px;
	height:14px;
	padding:70px 25px 12px;
	position:relative;
	text-align:center;
	line-height:20px;
}
#footer a{
	position:relative; color:#444; 
	text-decoration:none; 
	border-bottom:dashed 1px #A1A1A1; 
	font-weight:normal;
}
#footer a:hover{
	color:#4083C5; border-bottom:solid 1px #4083C5
}