/*
Theme Name: Basic
Theme URI: none
Description: Basic Template
Version: 1.0
Author: Piotr Bochniak
Author URI: http://pedrodesign.com/
*/

html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	
}

body {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	color: #68777f;	
	background: #0E161A 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 
}

input.submit {
    border: 1px solid #b1bbbf;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background-color: #FC5610;
    font-weight: bold;
	 font-size:11px;
    padding: 4px 2px;
}

.container { 
    float: left;
    width: 100%;
    /* background: transparent url('images/background-top-single.png') no-repeat scroll top right; */
}

.footer-container {
    float: left;
    width: 100%;
    height: 283px;
    background: transparent url('images/background-bottom-repeat.png') repeat-x scroll top right;
    overflow: hidden;
}

.footer-background {
    float: left;    
    width: 100%;
    height: 283px;
    /* background: transparent url('images/background-bottom-single.png') no-repeat scroll bottom left; */
    overflow: hidden;
}

.header, .content, .footer {
    margin: 0 auto;
    width: 960px;    
    text-align: left;
}