html, body {
	background-color: #2e343a;
	color: #6eba2e;
	margin:0; 
	padding:0; 
	font-family:'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	height: 100%;
}

img {
	border: none;
}

#search {
	height: 39px;
	background-color: #13171a;
}

#containerhome {
	background-image: url("site_img/repeat.png");
	width: 981px;
	height: 1400px;
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: -10px;
}

#topness {
	width: 963px;
	margin: 0 auto;
}

#nav {
	background-image: url("site_img/nav_noise.png");
	position: relative;
	top: 0px;
	height: 103px;
	width: 963px;
}

#nav #logo{
	position: relative;
	top: 30px;
	left: 63px;
	width: 261px;
	height: 43px;
}

#nav .blog{
	position: relative;
	top: -43px;
	left: 400px;
	width: 86px;
	height: 93px;
}

#nav .portfolio{
	position: relative;
	top: -136px;
	left: 486px;
	width: 138px;
	height: 93px;
}

#nav .apps{
	position: relative;
	top: -229px;
	left: 624px;
	width: 94px;
	height: 93px;
}

#nav .about{
	position: relative;
	top: -322px;
	left: 718px;
	width: 108px;
	height: 93px;
}

#nav .contact{
	position: relative;
	top: -415px;
	left: 826px;
	width: 129px;
	height: 93px;
}

#header {
	background-image: url("site_img/header.png");
	position: relative;
	top: 0px;
	height: 249px;
	width: 963px;
}

#under_header {
	background-image: url("site_img/under_header.png");
	position: relative;
	top: 0px;
	height: 136px;
	width: 963px;
}

#below {
	width: 963px;
	margin: 0 auto;
}

#belowleft {
	position: relative;
	float: left;
	width: 571px;
	padding-right: 15px;
}

#lasttweet {
	position: relative;
	width: 549px;
	height: 85px;
	left: 60px;
}

#twitbird {
	position: relative;
	background-image: url("site_img/twitter.png");
	background-repeat: no-repeat;
	width: 57px;
	height: 74px;
}

#twittitle {
	position: relative;
	background-image: url("site_img/latesttweet.png");
	background-repeat: no-repeat;
	width: 175px;
	height: 26px;
	top: -54px;
	left: 72px;
}

#twittext {
	position: relative;
	width: 492px;
	font-size: 11px;
	color: #6eba2e;
	left: 69px;
	top: -45px;
}

.bigshotleft {
	position: relative;
	width: 530px;
	left: 22px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	padding-bottom: 4px;
	display: inline;
}

.titleleft {
	font-size: 18px;
}

.titleimage {
}

.hrleft {
	width: 549px;
	margin: auto;
	height: 3px;
	background-image: url("site_img/divider.png");
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

.titlemini {
	position: relative;
	width: 500px;
	margin: auto;
	font-size: 11px;
	color: #666;
	padding-bottom: 4px;
}

.titlemini a{
	font-size: 11px;
	color: #666;
}

#belowmiddle {
	position: relative;
	float: left;
	width: 3px;
	height: 900px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("site_img/y-line.png");
	background-repeat: repeat-y;
}

#belowright {
	position: relative;
	float: right;
	width: 364px;
	top: 30px;
}

.miniright {
	padding-bottom: 4px;
}

.right_title {
	font-size: 16px;
}

.right_norm {
	font-size: 13px;
	color: #599924;
}

.right_copy {
	font-size: 11px;
	color: #FFF;
}

.right_copy a{
	color: #FFF;
	text-decoration: none;
}

.hrright {
	width: 326px;
	height: 3px;
	left: 31px;
	background-image: url("site_img/divider-right.png");
	background-repeat: no-repeat;
	padding-bottom: 4px;
}