/* 
	Theme Name: Derek my Hero!
	Theme URI: http://derek.my/hero
	Description: 8-bit gaming themed style
	Version: 0.1 BETA
	Author: Derek Wong
	Author URI: http://www.derekwong.net/
*/

@import url(http://fonts.googleapis.com/css?family=Amatic+SC);

html, body { overflow-y:auto; overflow-x : hidden; position:relative; height: 100%; margin:0 ; padding :0; }
body {
	font-family: 'Amatic SC', cursive;
  font-size:30px;
	margin:0;
	padding:0;
	background:#050505;
	color:#CCC;
	text-align:left;
}

.bold {font-weight:600;}
.bolder {font-weight:800;}
.underline {text-decoration:underline;}
.italic{font-style:italic;}

strong, b{font-weight:bold;}
em, i{font-style:italic;}

a:link { text-decoration:none; color: #000; }	
a:visited { text-decoration:none; color: #777; }
a:hover { text-decoration:underline; color: #000; }

div#container{
	position:absolute;
	left:50%;
	margin:0% 0% 0% -350px;
  top:20%;
}

div#image {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width:750px;
}

  div#image img {
    padding: 0;
    margin: 0;
    float:left;
  }
  
div#text {
  padding-top:20px;
  text-align:center;
}

  div#text a{
    text-decoration: none;
    color:#444;
  }

  div#text a:visited{
    text-decoration: none;
    color:#666; 
  }
  
  div#text a:hover{
    text-decoration: none;
    color:#555; 
  }
  