body{
	background: #a000a2 url("img/background.png") fixed repeat-x;
	color: #cb82cc;
	line-height: 1.4em;
}

a:link, a:active, a:visited{
	color: #da8bdb;
}

a:hover{
	color: #ffe400;
}

h2{
	color: #FF33FF;
	text-decoration: underline;
}

img{
	border: 0px;
}

#header{
	background: #525252 url("img/header.png") repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 99%;
	padding: 2px;
	margin: 0px;
	font-size: 10px;
}

#logo{
	background: url("img/logo.png") no-repeat;
	width: 306px;
	height: 113px;
	position: absolute;
	top: 3%;
	left: 2%;
	float: left;
}

#nav{

	background: transparent;
	position: absolute;
	left: 410px;
	top: 70px;
}

#entry{
	padding-top: 60px;
	margin: 105px auto auto 2%;
}

#entry_head{
	background: url("img/entry_1.png") no-repeat;
	text-align: center;
	font-weight: bold;
	width: 750px;
	height: 29px;
}

#entry_body{
	background: url("img/entry_2.png") repeat-y;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 750px;
}

#post_title{
	background: #2a002a;
	color: #919300;
	border: 1px solid #760076;
}

#post_author{
	background: #2a002a;
	color: #919300;
	border: 1px solid #760076;
}

#post_entry{
	background: #2a002a;
	color: #919300;
	border: 1px solid #760076;
}

.post{
	width: 710px;
}

.comment{
	width: 89%;
	padding: 10px 20px 10px 20px;
	border: 1px solid #760076;
	text-align: left;
	background: #2a002a;
}

.user{
	background: url("img/user.png") no-repeat;
	padding-left: 20px;
	padding-right: 16px;
	color: #cb82cc;
}

.time{
	background: url("img/time.png") no-repeat;
	padding-left: 20px;
	padding-right: 32px;
	color: #cb82cc;

}

.picture{
	text-align: center;
	width: 25%;
}

.picture img{
	border: 10px groove #fe9dff;
}

.advertisement_1{
	background: url("img/plastic.png") no-repeat;
	border: 10px groove #fe9dff;
	width: 390px;
	height: 255px;
}

#entry_footer{
	background: url("img/entry_3.png") no-repeat;
	width: 750px;
	height: 15px;
	padding-bottom: 20px;
}

#splitter{
	background: url("img/splitter.png") no-repeat;
	padding: 0px;
	margin: 0px;
	width: 750px;
	height: 111px;
}

#footer{
	margin-left: 250px;
	background: url("img/copyright.png") no-repeat;
	width: 278px;
	height: 8px;
	bottom: 0px;
}
