@charset "utf-8";

/* CSS Document */


body { 
	margin:0 auto; 
	padding:0; 
	height:100%;
	background-color:#0b0b0d;
	background-image: URL('http://www.k-guare.com/images/mainBG2.png');
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family:Verdana;
	width:100%; 
}

hr {
	width: 600px;
}

p.name {
	font-size: 20px;
}

p.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.main {
	border-width: 0px;
	width:775px;
	margin: 0 auto;
	height:auto;
	top: 7px;
	font-size:12px;
	text-align: center;
}
div#news {
	width: 570px;
	float:left;
}
div#side {
	width: 200px;
	float:right;
}
div#top {
	margin-top: 15px;
	background-color: 151519;
}

table#bar {
	background-image: URL('http://www.k-guare.com/images/barfade.png');
	background-position:center;
	background-repeat: no-repeat;
	background-color:0c0c0e;
	border-collapse:collapse;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 775px;
	text-align:center;
	border: 0px;
	bottom: 1px;
}

#bar td {
	width: 150px;
}
img {
	border: 0px;
}

