@charset "UTF-8";
/* CSS Document */

body {
	
}

#center {
	position: relative;
	height: 610px;
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/backgrnd.png) no-repeat 800px 350px;
}

#header {
	display: block;
	padding-top: 60px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

#footer {
	position: absolute;
	top: 600px;
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
}

img#header {
}

#content {
	padding-top: 30px;
	padding-left: 65px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #878787;
}

ul {
	list-style-image: url(../img/bullet.png);
	list-style-position: outside;
}

li {
	padding-bottom: 30px;
}

{
   text-decration: none;
}

.pink {
	color: #ff00ff;
}

.grey {
	color: #C8C8C8;
}