/*
Theme Name: franzbully
Theme URI: none
Description: franzbully Template
Version: 1.0
Author: Piotr Bochniak
Author URI: http://www.pedrodesign.com/
*/

html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	
}

body {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	color: #433e2b;	
	background: #f5f2eb url('images/background-top-repeat.png') repeat-x scroll top left;
}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
}

a:hover { 
    text-decoration: underline 
}

.container { 
    float: left;
    width: 100%;
}

.footer-container {
    float: left;
    width: 100%;
    height: 258px;
    background: transparent url('images/background-bottom-repeat.png') repeat-x scroll top right;
}

#body-home .footer-container {
    height: 642px;
    background: transparent url('images/background-bottom-home.png') repeat-x scroll top right;
}

.footer-background {
    float: left;    
    width: 100%;
    height: 258px;
}

.header, .content, .footer {
    margin: 0 auto;
    width: 960px;    
    text-align: left;
}
