﻿body{
	margin: 0px auto 0px;
	padding: 0; /* Only affects Opera */
	background: #fff56e;
	overflow: -moz-scrollbars-vertical;
	text-align: center;

    background-position: top center;
    background-image: url(../img/bg-prva.png);
    background-repeat: repeat-y;

}

a:link {
	color: #00bff3;
	text-decoration: underline;
}
a:visited {
	color: #00bff3;
	text-decoration: underline;
}
a:hover {
	color: #79bced;
	text-decoration: none;
}
a:active {
	color: #79bced;
	text-decoration: none;
}

img {
	border: 0px;
}

.prazno {
	height: 400px;
}