html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: repeat url(img/monumotion_background.jpg) black;
}
#wrap {
    width: 1000px;
	margin: auto;
	margin-top: 32px;
    text-align: center;
}
#page{
    text-align: left;
}
#header{
    width: 1200px;
}
.post{
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
    background: #222;
    
    
}
.post_tube{
    margin-bottom: 20px;
    padding: 20px;
    background: #222;
    width: 640px;
	clear: none;
}
.post_qt{
    margin-bottom: 20px;
    padding: 20px;
    background: #222;
    width: 960px;
	clear: none;
}
a{
color: #fff;

}
h1{
font-size: 350%;
color: #fff;
}
h2{
font-size: 150%;
text-align: left;
}
h3{
font-size: 110%;
text-align: left;
}
#footer{
color: #fff;
text-align: left;
}

.entry{

}





