/*
Theme Name: 4chu
Theme URI: 
Description: This is 2 column, widget and gravatar ready WordPress theme created by KM.
Version: 
Author: KM
Author URI: http://open.hira4.net/
Tags: two-columns, fixed-width, right-sidebar, green, white
*/


/* Begin Typography & Colors */

*{
	margin:0px;
	padding:0px;
	outline:none;
}

body {
	background-image: url("img/test3.jpg");
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: center;
	padding: 0.1em;
	width:100%;
}
h1 {
	text-align: left;
	vertical-align:top;
	margin: 0;
	padding: -3em;
	color: #ff0000;
}


