/*
Theme Name: Brainsss
Theme URI: 
Description: --
Version: 1.0.2
Author: Lonely Few
Author URI: http://www.lonelyfew.com
Tags: white, one-column, fixed-width
*/

@font-face {
    font-family: 'harabararegular';
    src: url('/fonts/harabara-webfont.eot');
    src: url('/fonts/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/harabara-webfont.woff') format('woff'),
         url('/fonts/harabara-webfont.ttf') format('truetype'),
         url('/fonts/harabara-webfont.svg#harabararegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	height: 100%;
}
h1 {color:#fff;}
h2 {color:#fff;}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: black;
	font-family: 'harabararegular';

	font-size: 12px;
}
body a:link,body a:visited {
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 5px #002d5a;
}
body a:hover {
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 5px #000;
}

#centerBlock {
background-position-x: inherit;
	background-image: url(http://www.blendoku.com/Images/background.png);
	background-repeat: repeat-y;
  width:960px;
  height: 100%;
  margin-bottom: auto;
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
  background-color:#666;
}

#titleCell {
	background-color: rgba(0,0,0,0.32);
	width: 960px;
	height: 96px;
	margin: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	top: 100px;
	
}
#title {
	background-image: url(http://www.blendoku.com/Images/title.png);
	background-repeat: no-repeat;
	margin: auto;
	
	width: 512px;
	height: 96px;
	
	
}
#textCell {
	width: 960px;
	height: 96px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 250px;
	
}

#linkCell {
	background-color: rgba(0,0,0,0.32);
	width: 960px;
	height: 96px;
	margin: auto;

	padding-top: 20px;
	position: relative;
	top: 500px;
	
}
