/*
Theme Name: Mouse Sucks !
Theme URI: http://www.jeanhelfenstein.com/
Description: Theme for the blog Mouse Sucks.
Version: 0.1
Author: Jean Helfenstein
*/

body {
	background-image: url('img/bg.jpg');
	background-repeat:repeat;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

img{
	border:none;	
}
#logo{
	margin-left:3px;	
}
#wraper{
	width : 983px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#logo a img{
	border:0px;
}

#content{
	margin-top:5px;
	float:left;
}

#content p{
	color:#FFFFFF;
	font-size:12px;
	margin-left:-58px;
	margin-top:0px;
	width:290px;
	float:left;	
}

#video{
	margin-left:22px;
	float:left;
	width:720px;
	margin-bottom:10px;
}

.blue{
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:12px;
	padding-left : 2px;
	padding-right : 2px;
}

#footer{
	clear:both;
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
	width:983px;
	margin-left:20px;
}

#footer a{
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:12px;
	padding-left : 2px;
	padding-right : 2px;
	text-decoration:none;
}

#footer p{
	margin:0;
}