@CHARSET "UTF-8";


html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color:#F3EEDB;
	color: #000000;
	font-family: "Tahoma", sans-serif;
	text-align: center;
	width: 100%;
}

div#container
{
	position: relative;
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



#main {
	display: block;
	position: absolute;
	top:280px;
	left:60px;
	width: 770px;
	font-size: 13px;
	color: #000000;
}


#pyt{
	display: block;
	position: absolute;
   top:80px;
	left:60px;
	width: 650px;
	font-size: 13px;
	color: #000000;
}
#regulamin{
	display: block;
	position: absolute;
	top:530px;
	left:60px;
	width: 660px;
	font-size: 13px;
	color: #000000;
}
#nagroda{
	display: block;
	position: absolute;
	top:830px;
	left:60px;
	width: 660px;
	font-size: 13px;
	color: #000000;
}
#stopka {
   display: block;
	position: absolute;
   top:1220px;
	left:44%;
	font-size: 12px;
	color: #5050aa;

	}

a:link, a:visited {
	color: #2553FD;
	text-decoration: none;
}

a:hover {
	color: #FD2374;
}











