﻿body {
width: 100%;
text-align: center;
}
ul
{
	padding:0px;
	margin:0px;
	margin-bottom: 40px;
	list-style-type:none;	list-style-position:outside;
}
#container
{	
  margin: 0 auto;
  height: 850px;
	width: 1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p 
{
	margin-bottom:0px;
}
#zdjecie
{
	float: right;
	z-index: 10;
	position: relative;
	top: 70px;
	left: -65px;
}
#motto
{
	margin-top:30px;
	text-align:center;
	font-size:x-large;
}
#main
{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	padding: 20px;
	line-height: 150%;
	font-size: 18px;
	margin: 10px;
	width: 960px;
	height: 513px;
	background-color: #FCF0B6;
}
#gsm{
	color:#D15088; 
	margin-left: 660px;
}

