body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: black;
	background-image: url('../gfx/bkg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden; 
}


a{text-decoration: none;color: #87CEFA; }
a:hover{color: yellow;}
h1{ font-size: 20px; }

a#madeby{
	float: right;
	display: block;
	height: 12px;
	background-image: url('../gfx/sllogo.gif');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #7C7C7C;
	position: relative;
	top: 30px;
	padding-bottom: 4px;
	line-height: 100%;
	padding-left: 25px;
	clear: both;
	font-family: "MS Sans Serif", Geneva, Arial, sans-serif;
}

a:hover#madeby{
color: red;
background-position: 0 -16px;
}

/******* Szablon **********/
#main{
	width: 1000px;
	margin: 0 auto;
}

#content{
	width: 650px;
	float: left;
	background-image: url('../gfx/content_bkg.png');
	min-height: 550px;
	text-align: left;
}

#menu{
	position: fixed;
	width: 200px;
	background-color: #323232;
	min-height: 200px;
	margin-left: 550px;
	text-align: left;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
}

#adam{
	width: 392px;
	height: 738px;
	background-image: url('../gfx/adam_palma.png');
	background-repeat: no-repeat;
	position: fixed;
	margin-left: 650px;
}

#menu a{
	display: block;
	width: 100%;
	color: White;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 3.5px;
	padding-left: 10px;
}

#menu a:hover{
	background-color:  #00B7F1;
	color: black;
}

#logo{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#text{
	width: 500px;
	padding-top: 30px;
	margin-left: 15px;
	color: white;
	line-height: 140%;
	clear: both;
}

#logor{
	float: right;
	margin-top: 5px;
	margin-right: 130px;
	text-align: right;
	line-height: 160%;
	color: silver;
}

#logor img{ padding-left: 5px;}