/* CSS Document */
*{
	margin:0px;
	padding:0px
}
img{
	border:0px;
}
html, body {
	width:100%;
	height:100%;
	background-color:#f0ebe5;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	text-align: center;
}
a {
	color: #ffffff;
}
h1 {
	font-size:22px;
}
h1 a {
	text-decoration:none;
}
h2 {
	font-size:17px;
}
h3 {
	font-size:13px;
}
#site{
	width: 720px;
	margin-left: auto ;
	margin-right: auto ;
}
#logo {
	background-image:url(images/3k.gif);
	height: 86px;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 60px;
	padding-top: 25px;
	color: #ffffff;
	position: relative;
	text-align: left;
}
#logo-right {
	position:absolute;
	top: 5px;
	right: 1px;
	font-size:13px;
	text-decoration:none;
}
#center {
	background-image:url(images/main.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width: 100%;
	height: 313px;
	margin-top: 3px;
	padding-top: 12px;
	color: #ffffff;
}
#wygrana {
	width:100%;
	margin-top: 3px;
	padding-top: 12px;
	color:#490000;
	text-align: center;
	font-weight: bold;
	background-color:#f0ebe5;
}
#wygrana p {
	font-size:12px;
	font-weight: normal;
	text-align: left;
	padding:15px;
}
#wygrana a {
	color: #490000;
}

#center p {
	font-size:12px;
}
#konkurs1 {
	float:left;
	width:33%;
	text-align:center;
}
#konkurs2 {
	float:left;
	width:33%;
	text-align:center;
}
#konkurs3 {
	float:left;
	width:33%;
	text-align:center;
}
#footer {
	background-color:#490000;
	height:100px;	
	margin-top: 30px;
	padding:15px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	clear: both;

}
#footer-left {
	float:left;
	width: 250px;
	padding-right:15px;
}
#footer-right {
	float:left;
	width:405px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background-color: #490000;
	border-style: solid;
	padding: 5px; 
} 
.row1 {
	background-color: #E2E0D4;
	padding: 2px;
}
.row2 {
	background-color: #9C8786;
	padding: 2px;
}

