*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000000;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#header
{
	margin: 0px auto;
	height: 100px;
	width: 600px;
	background: #000000 url('../images/design_02.jpg') top left no-repeat;
}

#body
{
	margin: 0px auto;
	line-height: 28px;
	text-align: center;
	height: 350px;
	color: #ffffff;
	width: 350px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 315px;
	padding-right: 235px;
	background: #000000 url('../images/design_05.jpg') top left no-repeat;
}

#body a
{
	color: #ff0000;
}

#body a:hover
{
	color: #c2c2c2;
}

h1, h2
{
	font-size: 12px;
	margin-bottom: 14px;
}

#footer
{
	margin: 0px auto;
	height: 60px;
	text-align: center;
	font-size: 11px;
	padding-top: 40px;
	text-transform: capitalize;
	text-decoration: none;
	color: #ffffff;
	width: 1000px;
	background: #000000 url('../images/design_07.jpg') top left no-repeat;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}


#body p
{
	font-size: 12px;
	margin-bottom: 14px;
}