body {
	background:url(images/bg.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
	text-align:center;
}

a:link { 
	color: #ffa800;
	font-weight: bold;
	}
a:visited { 
	color: #ffa800;
	font-weight: bold;
	}
a:hover { 
	color: #ffa800;
	font-weight: bold;
	background-color: #000000;
	text-decoration: underline;
	}
a:active { 
	color: #ffa800;
	font-weight: bold;
	}

a {
	text-decoration:none;
	font-weight: bold;
	color:#ffa800;
}

#wrap {
	width:960px;
	text-align:left;
	margin:0 auto;
}

.floatl{ float:left}
.folatr{ float:right}
.clearfix{ clear:both}


.main {width:960px;}
/* header */

#logo {
	position:absolute;
	bottom:0px;
	left:0px;
	color:#ffa800
}
#logo h1 {
	font-size:34px;
	font-weight:700;
	
}
#logo div {
	padding-left:100px;
}

/* content */
#content { height:520px; width:960; color:#ffa800}


.blog { width: 200px; margin: 15px 0 0 50px;height: 150px;display: inline; }
.blog h2, .blogg h2 {font-size:22px; color:#333333; padding:0 0 10px 0}
.blogg {clear:both;margin: 0 0 0 200px;}
.blogg p {font-family:Verdana, Arial, Helvetica, sans-serif;width: 440px;}

#nav { font-size:16px;
	font-weight: 700;
	margin:0 0 0 0
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 182px;
	width: 75px;
	padding: 5px;
}
#nav a{ color:#ffa800}
/* footer */
#footer {
	height:60px;
	clear:both;
	position: absolute;
	left: 400px;
	bottom: 0px;
	color:#ffa800
}
#ftlink {color:#ffa800}

#xhtml{float:right;margin-right: 100px;}
.side {background:url(images/side.jpg);  width:267px;height:709px}


