body {
	background-color: #c8e18b;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	color: #101010;
	padding: 0px;
	margin: 0px;
}
#wallpaper {
	background-image: url('../gfx/backgrounds/light_green.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	display: table;
	position: fixed;
	width: 100%;
	height: 100%;
}
#page {
	position: absolute;
	background-image: url('../gfx/card.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 595px;
	width: 980px;
	margin: -300px 0px 0px -492px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
#theme {
	background-image: url('../gfx/wall1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 900px;
	height: 522px;
	margin-top: 47px;
	margin-left: 54px;
	background-color: #ffffff;
}
#prelo {
	margin-top: 24px;
	margin-left: 20px;
	position: absolute;
	font-size: 12px;
}
#logo {
	position: absolute;
	width: 247px;
	height: 364px;
}
a img {
	border: none;
}
#menu {
	position: absolute;
	height: 50px;
	display: table;
	margin-left: 24%;
	margin-top: 13px;
	padding-left: 32px;
	text-align: center;
}
#menu #main {
	padding: 0px;
	margin: 0px;
	background-image: url('../gfx/menu_right.png');
	background-position: center right;
	background-repeat: no-repeat;	
	margin: auto;
	height: 50px;	
	padding-right: 24px;
	padding-left: 16px;
	list-style-type: none;
}
#menu .position {
	display: table;
	float: left;
	padding-left: 7px;
	padding-right: 6px;
	text-align: center;
	text-transform: uppercase;
	color: #101010;
	background-image: url('../gfx/menu_center.png');
	background-repeat: repeat-x;	
	height: 50px;
	color: #101010;	
	font-size: 11px;
}
#menu .position:hover {
	background-image: url('../gfx/menu_center_hv.png');
	color: #ffffff;
}
#menu .position .hrefposition {
	display: table;
	padding-top: 19px;
	text-decoration: none;
	color: #101010;
	height: 30px;
}
#menu .position .hrefposition:hover {
	color: #ffffff;
}
#menu .fposition {
	display: table;
	float: left;
	padding-left: 10px;
	padding-right: 6px;
	text-align: center;
	text-transform: uppercase;
	color: #101010;
	background-image: url('../gfx/menu_left.png'); 
	padding-left: 50px;
	background-repeat: repeat-x;	
	height: 50px;
	color: #101010;	
}
#menu .fposition:hover {
	background-image: url('../gfx/menu_left_hv.png'); 
	color: #ffffff;
}
#menu .fposition .hrefposition {
	display: table;
	padding-top: 19px;
	text-decoration: none;
	color: #101010;
	height: 30px;
}
#menu .fposition .hrefposition:hover {
	color: #ffffff;
}
#rightMenu {
	float: right;
	margin-top: 21px;
	margin-right: 26px;
}
#rightMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
#rightMenu ul li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}
#search {
	display: none;
	position: absolute;
	padding-top: 5px;
	width: 100px;
	right: 80px;
}
#search input {
	font-size: 11px;
	padding: 0px;
	width: 60px;
	border: none;
	border-left: 4px solid #cccccc;	
	padding-left: 4px;
	height: 16px;
	background-color: #ffffff;
}
#search img {
	margin-top: 2px;
	margin-right: 5px;
}
#rightColumn {
	width: 367px;
	height: 490px;
	float: right;
	background-image: url('../gfx/shadow.png');
	background-repeat: repeat-y;
	margin: 1px;	
	overflow: hidden;
	color: #fefefe;
	padding-top: 30px;
}
#rightColumn p {
	margin-left: 10px;
	margin-right: 8px;
	line-height: 15px;
	font-size: 12px;
}
#rightColumn h1 {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 6px;
	font-size: 19px;
	font-weight: normal;
}
#rightColumn h2 {
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
#rightColumn h2 a {
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.content_hold {
	width: 100%;	
}
.content_hold h2 {
	margin-bottom: 0px !important;
}
.content_hold p {
	margin: 0px 10px 10px 10px !important;
}
#rightColumn p a {
	color: #cae28e;
	text-decoration: none;
	font-size: 11px;
}
#rightColumn a:hover {
	text-decoration: underline;
}
.content_hold p a:hover {
	text-decoration: none !important;
}
a#more {
	color: #ffffff;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	float: right;
}
.arrow_up {
	width: 11px;
	height: 16px;
}
.arrow_up:hover {
	margin-top:-2px;
}
.arrow_dn {
	width: 11px;
	height: 16px;
}
.arrow_dn:hover {
	margin-bottom:-2px;
}
.dropDown {
	display: none;
	position: absolute;
	width: 200px;
	background-image: url('../gfx/drop_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 41px;
	margin-left: -11px;
	padding-bottom: 14px;
}
.dropDown ul {
	display: table;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.dropDown ul li {
	text-align: left;
	float: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;	
	margin-left: 10px;
	width: 166px;
}
.dropDown ul li:hover {
	background-color: #ffffff;
}
.dropDown ul li a {
	margin: 0px;
	text-decoration: none;
	color: #101010;
}
.dropDown ul li a {
	color: #000000;
}
#bar {
	height: 43px;
	display: block;
	background-image: url('../gfx/bar.png');
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 30px;
	margin-top: 400px;
}
#bar a {
	color: #101010;
	text-decoration: none;
	margin-top: 20px;
}
#bar img {
	width: 3px;
	height: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	color: #000000;
	text-align: right;		
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	padding-right: 30px;
	font-size: 11px;
}
#footer2 {
	color: #8a8a8a;
	font-weight: bold;
	text-align: right;		
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	padding-right: 30px;
	font-size: 11px;
}
#footer a {
	color: #8a8a8a;
	text-decoration: none;
	font-size: 11px;
}
#footer #current {
	color: #101010;
}
<!--- HIGHSLIDE -->
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;   
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.rightPix68x68 {
	width: 68px;
	height: 68px;
	float: right;
	margin-top: 12px;
	margin-right: 4px;
	margin-left: 8px;
	margin-bottom: 16px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
.rightPix68x68:hover {
	border: 1px solid #cccccc;
}
.rightPix68x68 {
	width: 68px;
	height: 68px;
	float: right;
	margin-top: 12px;
	margin-right: 8px;
	margin-left: 6px;
	margin-bottom: 16px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
.pix150 {
	width: 150px;
	margin: 10px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	float: right;
}
.pix150:hover {
	border: 1px solid #cccccc;
}
.pix300x174:hover {
	border: 1px solid #cccccc;
}
.content_hold {
	margin-bottom: 2px;
	clear: both;
	display: table;
}
.p_right {
	text-align: right;
	float: right;
	margin-top: 0px;
}
.small_h {
	font-size: 10px;
	color: #cccccc;
	margin-left: 2px;
}
#rightColumn h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 6px;
}
#mailform {
	padding: 20px;
}
#mailform p {
	font-size: 11px;
	margin: 0px;
	margin-top: 8px;
}
#mailform input {
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 100%;
}
#mailform textarea {
	font-size: 12px;
	border: 1px solid #cccccc;
	height: 60px;
	width: 100%;
}
#mailform1 {
	padding: 10px;
}
#mailform1 p {
	font-size: 11px;
	margin: 0px;
	margin-top: 8px;
}
#mailform1 input {

	font-size: 12px;
	text-align: left;
	border: 0px solid #000000;
	width: 100%;
}
#mailform1 textarea {

	font-size: 12px;
	border: 0px solid #000000;
	height: 60px;
	width: 80%;
}
a {
	color: white;
}
#subskrypcja {
	margin: 50px 0px 0px 10px;
	border: 1px solid #000000;
	font-size: 11px;
	background: url('../gfx/shadow.png') repeat-y right top;	
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
#subskrypcja input[type=text] {
	font-size: 11px;
	width: 180px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #444444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
#subskrypcja input[type=submit] {
	background: #699406;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #9bd417;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}
#subskrypcja span {
	font-size: 11px;
	font-weight: bold;
	cursor: help;
}
#facebook {
    width:272px;
    height:559px;
    position: fixed;
    top: 120px;
    right: -240px;
    overflow: hidden;
    z-index:999;
}

#facebook iframe {
    float: left;
}

#facebook img {
    float: left;
    cursor: pointer;
}
