/*  
Site Name: Bank Spó³dzielczy w Staszowie
Site URI: bsstaszow.com
Description: 
Version: 1.0
Author: SiteMedia
Author URI: SiteMedia.pl
*/

/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
body, html {
	height: 100%;
}

body {
	background: #FFF url(body.gif) repeat-x;
	font-size: 70%; 
	font-family: Tahoma, Arial, Sans-Serif; /*change font*/
	line-height: 150%;
    color: #000;
}
a:link      { color: #008364; text-decoration: none; }
a:visited   { color: #000; text-decoration: none; }
a:hover     { color: #000; text-decoration: underline; }
/*  =WRAP
-------------------------------------------------------------- */
#center_bg {
	margin: 0 auto;
    background: #FFF url(tlo.jpg) no-repeat;
    width: 934px;
    height: 619px; 
}
#copyright {
    margin: 10px auto;
    width: 934px;
    text-align: center;
}
#copyright p {
    position: relative;
    left: 40px;   
}    
