/* CSS Document */
a img {
   border: 0px;
}

a:link {
	color: #5c8900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C8900;
}
a:hover {
	text-decoration: underline;
	color: #267802;
}
a:active {
	text-decoration: none;
	color: #5C8900;
}

body {
	background: #ffdd00;
	margin: 0;
	padding: 0;
}

.skip {
	width:100px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	color: #5c8900;
}

#topbg {
	height: 110px;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
}

#topbg2 {
	background-image:url(img/decor-1.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 50px;
	
	
	
	
