html, body {
	margin: 0px;
	padding: 0px;
	background: url(images/header-bg.gif) repeat-x left top;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}


a img {
	border: none;
}

A:link {text-decoration: none; color: #5A5A5A;}
A:visited {text-decoration: none; color: #5A5A5A;}
A:active {text-decoration: none color: green;}
A:hover {text-decoration: underline; color: green;}
/* Header */

#header {
	width: 1022px;
	margin: 0 auto;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-color: white;
	padding-bottom:50px;
	}


/* Content */
#container {
   min-height:100%;
   position:relative;
}

#content {
	margin-top: 0px;
	float: left;
	margin-left: 0px;
	margin-right: auto;
	padding: 10px;
	background: url(images/mainbg.gif) repeat-x left top;
	overflow: auto;
	
}


#blox2 {

	margin-left: auto;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	height: 250px;
	width: 250px;
	background-color: #d4d6d1;
}

#mid2 {
	margin: 0px;
	width: 200px;
	margin-right: 5px;
	float: right;
}



#igra {
	margin-left: auto;
	margin-right: 5px;
	float: left;
	width: 750px;
	background-color: #d4d6d1;
}



#footer {
	background: #ededed;
	border-top: #CCCCCC 1px solid;
	height:30px;
	position:absolute;
	bottom:0;
	padding-top: 10px;
	width:100%;
}



h1, h2, h3{
	color: black;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	}
	h1{
		font-size: 12pt;
		}
	h2{
		font-size: 10pt;
		}
	h3{
		font-size: 9pt;
		}
