
div#container {
	width: 805px;
	border: 1px solid #999;
	margin: auto;
}

div#header {
	background: #c8ebc8 url(http://drawparty.diotasoft.com/images/logo-blog_backgound.png) no-repeat;
	width: 805px;
	
	height: 168px;
}

div#footer {
	background-color: #c8ebc8;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c4c4c;
	margin: auto;
	text-align: center;
}

div#description {
	width: 550px;
	padding-left: 200px;
	margin-bottom: 30px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c4c4c;
	text-align: justify;
}

div#content {
	width: 805px;
	background-color: #c8ebc8;
	padding-bottom: 40px;
}

a img{
border:0px solid #FFF;
}

