/* Start of CMSMS style sheet 'layout_index' */
body {
        margin: 0;
	/* background: url(images/bg.gif) repeat-x #C3C5C7 fixed; tło oryginał
        background: url(images/bg_jesien.gif) repeat-x #FBE9D4 fixed; */
        background:   url(uploads/images/tlo.jpg) repeat-x #000 fixed; 
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-size: 13px;
}
#wrapper {
        margin: 0;
        text-align:center;
        width: 100%;
        height: 600px;
        /*background: url(images/bg_index.jpg) no-repeat; tło oryginał */
        /* background: url(images/bg_index_jesien.jpg) no-repeat; */
        /* background:   url(uploads/images/-2.jpg) no-repeat top center; */

}

#content {
    position: relative;
    text-align: center;
    /* padding-left: 710px;  */
    padding-top: 1px;
    min-height: 600px;
    height: 600px;
    height: 100%;
	}
#content a {
        color: #fff;
        }
#content a:hover {
        color: #fff;
        text-decoration:none;
        }

#footer {
	margin-left: 670px;
	width: 200px;
	border-left: 1px solid #fff;
	padding: 0 10px 20px 10px;
	font-size: 11px;
	}
#footer a {
	color: #FFFFFF;
	}
#content a { background: #472603; text-decoration: none; }
#content a:hover { background: #fff; text-decoration: none; color:#472603; }
/* End of 'layout_index' */

