/*
Theme Name: Nonzero
Theme URI: http://www.freewpthemes.net/preview/nonzero
Description: Tested on WP 2.5.1
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: fixed width, three columns, widgets
*/

/* This controls the width of the fluid width layouts */

div.fluid {
	width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed {
	width: 950px !important;
}

/* Basic Stuff */

* {
	margin: 0em;
	padding: 0em;
}

body {
	background: #000 url('images/home_bgo.jpg') center top no-repeat;
	color: #FFF;
	font-size: 9pt;
	font-family: "arial", helvetica, sans-serif;
	text-align: center;
}
.footer_out {
        height:212px;
        width: 100%;
        clear: both;
        background: url('images/home_bg_footer.jpg') center top no-repeat;
        text-align:center;
        padding:30px 0 0 0;
}
.right_footer {
float: right;
margin-left: -30px;
width: 220px;
height: 14px;
background: url('images/home_bg_footer.jpg') no-repeat;
} 
html>body .right_footer {
float: right;
width: 220px;
height: 14px;
background: url('images/home_bg_footer.jpg') no-repeat;
} 