*{margin:0; padding:0;}
body{
	background-image:url(images/background.jpg);
}
div#header{
	width:100%;
	height:274px;
	background-image:url(images/top_bg.png);
}
div#points{
	width:940px;
	height:225px;
	background-image:url(images/points.png);
	margin:0px auto;
	background-repeat:no-repeat;
}
div#content{
	width:1030px;
	height:auto;
	background-image:url(images/content_bg.png);
	margin:150px auto;
	overflow:hidden;
	background-repeat:repeat-y;
	background-position:center;
}
div#content_header{
	width:674px;
	height:114px;
	background-image:url(images/content_top.png);
	margin:-150px auto;
}
div#footer{
	width:677px;
	height:auto;
	margin:-150px auto;
	overflow:hidden;
}
div#footer_header{
	width:677px;
	height:84px;
	background-image:url(images/footer_header.png);
}
div#footer_content{
	width:677px;
	height:auto;
	background-image:url(images/footer_bg.png);
}
div#logo{
	width:326px;
	height:109px;
	background-image:url(images/logo.png);
	position:absolute;
	top:73px;
	margin-left:-80px;
}

div#all{
	width:1166px;
	height:auto;
	margin:0px auto;
	background:red;
}
div.box{
	width:225px;
	height:auto;
	margin-top:25px;
}
div.box_top{
	width:225px;
	height:71px;
	background-image:url(images/box_header.png);
}
div.box_content{
	width:205px;
	height:auto;
	background-image:url(images/box_bg.png);
	padding-left:20px;
}
div.box_bottom{
	width:225px;
	height:37px;
	background-image:url(images/box_bottom.png);
}
div#left_boxes{
	width:225px;
	height:auto;
	float:left;
	font-size:13px;
	font-family:Verdana;
	z-index:2;
}
div#right_boxes{
	width:225px;
	height:auto;
	float:right;
	font-size:13px;
	font-family:Verdana;
}
div#content_content{
	width:540px;
	height:auto;
	margin:0px auto;
	font-size:13px;
	font-family:Verdana;
	position:relative;
	background:none;
	margin-left:20px;
	margin-top:25px;
	float:left;
}
#szukajka input{
	width:80px;
	position:absolute;
	margin-top:27px;
	margin-left:577px;
	background:none;
	font-family:Verdana;
	border:0;
}
.top_img{
	width:100%;
	text-align:center;
}
ul#menu{
	list-style:none;
	width:318px;
	position:absolute;
	top:15px;
	margin-left:360px;
}
ul#menu li{
	float:left;
}
ul#menu li .menu_point{
	display:block;
	opacity:0.5;
}
ul#menu li .menu_point:hover{
	opacity:1.0;
}
img{
	border:0;
}
div#footer_buttons{
	width:100%;
	height:70px;
}
div.f_button{
	float:left;
	margin-left:27px;
	opacity:0.6;
	cursor:pointer;
}
div.f_button:hover{
	opacity:1.0;
}
div#but_1{
	width:118px;
	height:49px;
	background-image:url(images/buttons/news.png);
}
div#but_2{
	width:99px;
	height:49px;
	background-image:url(images/buttons/tags.png);
}
div#but_3{
	width:164px;
	height:49px;
	background-image:url(images/buttons/stats.png);
}
div#but_4{
	width:165px;
	height:49px;
	background-image:url(images/buttons/comments.png);
}
div.f_cont{
	width:500px;
	height:auto;
	margin:0px auto;
	padding:10px;
	border:1px dashed white;
	display:none;
	font-size:12px;
}


div#content_header2 #e-mail{
	position:absolute;
	margin-top:25px;
	margin-left:227px;
	background:none;
	font-family:Verdana;
	border:0;
        color: #000;
        text-decoration: none;
}
div#content_header2 #pass{
	position:absolute;
	margin-top:25px;
	margin-left:333px;
	background:none;
	font-family:Verdana;
	border:0;
        color: #000;
        text-decoration: none;
}

div#content_header2 #submit{

	position:absolute;
	margin-top:25px;
	margin-left:423px;
	background:none;
	font-family:Verdana;
	border:0;
        color: #000;
        text-decoration: none;
}


div#content_header2{
	width:674px;
	height:114px;
	background-image:url(images/content_top2.png);
	margin:-150px auto;
}

div#content_header #e-mail{
	width:100px;
	position:absolute;
	margin-top:25px;
	margin-left:227px;
	background:none;
	font-family:Verdana;
	border:0;
}
div#content_header #pass{
	width:100px;
	position:absolute;
	margin-top:25px;
	margin-left:383px;
	background:none;
	font-family:Verdana;
	border:0;
}

div#content_header #submit{

	position:absolute;
	margin-top:25px;
	margin-left:483px;
	background:none;
	font-family:Verdana;
	border:0;
}



a
{
    color: #000;
}

textarea
{
    width: 400px;
    height: 80px;
}