body {
	color: #fff;
	background-color: #1b270f;
	font-family: "Century Gothic", Verdana;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
a {
	outline-style:none;
	outline-width:medium;
	color: #E5FF4F;
	text-decoration: underline;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
img{
	border:none;
}
li a{
	display: block;
}




#web{
	background: url(images/web.png) top center no-repeat;
	background-position: center 30px;
}
#interactive{
	background: url(images/interactive.png) top center no-repeat;
	background-position: center 30px;
}
#print{
	background: url(images/print.png) top center no-repeat;
	background-position: center 30px;
}
#identity{
	background: url(images/identity.png) top center no-repeat;
	background-position: center 30px;
}



