body {
	background-color: #190a05;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}

td {
	font-weight: bold;
	text-align: justify;
	font-size: 15px;
}
h1 {
	color: #ffffff;
	background-color: transparent;
}

td {
	margin-left: 20px;
	margin-right: 20px;
}

a:link {
	font-size: 45px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	font-size: 45px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}

a:focus {
	font-size: 45px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-size: 45px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	font-size: 45px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}

#mainpage {
	background-image: url(bg2.jpg);
	background-repeat: repeat;
	margin: auto;
	border-color: #ffffff;
	border-width: 2px;
	border-top-width: 0px;
	border-style: solid;
	width: 824px;
}

#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	width: 824px;
	height: 249px;
}

#content {
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}

#footer {
	margin: auto;
	margin-top: 9px;
	margin-bottom: 20px;
	width: 824px;
	text-align: center;
}

.thumb {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
