* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif, Iskoola Pota;
	text-align: center;
	background-color: #ffffff;
	background-image:	url(images/bg_01.gif); 
	background-repeat: repeat-x;
	color: #313131;
	font-size: 12px;
}

img {
    border:0;
}ul {
	list-style-type: none;
}
a {
	color: #b4b4b4;

}
a:hover {
	color: #ffffff;
}
a:focus {
    outline: 0;
}
	
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 800px;
	padding-top: 0px;
}

.desc {
	font-weight: bold;
	margin-top: 0px;
}
#maincontent {
	background-position: top;
	background-image:	url(images/bg_01.gif); 
	background-repeat: repeat-x;
	text-align: -moz-center;
	max-height: 860px;
	min-height: 860px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 0px;
}
#footer {
	clear: both;
	margin-top: 0px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
