/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote,
p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, 
td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, 
kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #ffffff;
}
a:hover {
	color: #e7006b;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Arial;
	text-align: justify;
	font-size: 12px;
	color: #e7006b;
}
input, textarea, select, option, optgroup, button {
	font-size: 11px;
}
/*      LAYOUT-------------------------------------------------------*/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	background-color: #000000;
}

.wrap{
	width: 1000px;
	margin: 0 auto;

}

#head{	float: left;
	height: 228px;width: 100%;}


#logo a{ 
 	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:1000px; 
	height: 228px; 
	float:left;
	background-position: center top;
	}

/*      navi-------------------------------------------------------*/

#menu{
	height: 284px;
	float:left;
 	width: 828px;
	margin-top: 80px;
	padding-left: 86px;
}
#www{
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
	height:284px;
	width: 414px;
	float:left;}

#www a{
	margin: 182px 0 0 259px;
	float:left;
	width: 98px;
	height: 32px;}

#sklep{background-image:url(../images/right.png);
	background-repeat:no-repeat;
	height:284px;
	width: 414px;
	float:left;}
	
#sklep a{
	margin: 182px 0 0 150px;
	float:left;
	width: 98px;
	height: 32px;}

	
#footer{
	float:left;
	padding-top: 220px;
	width: 1000px;
	height: 55px;
	float:left;
	clear:both;
	text-align:center;
	background-position: center top;
}
