body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    background-image: url('img/bakgr.png');
    background-position: center;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#header {
    background: url('img/linur.png');
    height: 110px;
    padding: 15px 0 0 50px;
}

#button {
    width: 860px;
    margin: 10px auto;
}

#content {
    width: 800px;
    margin: 0 auto;
}

#bottom {
    width: 185px;
    margin: 10px auto;
}

#MTlogo {
}

#links {
    margin: 10px 20px;
}#content #content p {
	font-size: 9px;
}
#content #content h1 {
	font-size: 12px;
}
#content #content h3 {
	font-size: 12px;
}
