/*    
Theme Name: Keyboard Theme 
Theme URI: http://www.jakemates.com/ 
Description: A custom theme for the blog "Stupid Blog Name". 
Author: Jake Mates 
Author URI: http://www.jakemates.com/
Version: 1.0 
. 
Please do not use without permission from the author. 
. 
*/

body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image: url(http://www.stupidblogname.com/keyboard.png);
	background-repeat:repeat-x;
	font-family:Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
}
#footer {
	color:black;
}
.container {
	width:950px;
	margin:0 auto;
  	position:relative;
}
.center
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.style5 
{
color: #363737;
}
.style5 A:link {text-decoration: underline; color: #363737;}
.style5 A:visited {text-decoration: underline; color: #363737;}
.style5 A:active {text-decoration: underline; color: #363737;}
.style5 A:hover {text-decoration: underline; color: #363737;}

#sidebar {
	float:right;
	width:130px;
}
.style6 {font-size: 24px}
.style7 {font-size: 16px}
.style8 {font-size: 17px}
.style9 {font-size: 13px}

html, body {
height: 100%;
}

#container {
min-height: 100%;
margin-bottom: -100px;
position: relative;
}

#footer {
height: 100px;
position: relative;
}

.clearfooter {
height: 100px;
clear: both;
}

img
{
border: none;
}

