* {
	margin: 0;
	padding: 0;
}

html {
	background: #92C843;
	background-image: url(../images/background.png);
   background-position: top center;
	background-repeat:  repeat-y;
}

body,td,div {
	font:13px/1.5 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background: url(../images/main.jpg) no-repeat center top;
}

a{color:#693;cursor:pointer;font-weight:700;text-decoration:none}

a:hover{text-decoration:underline}

:link,:visited,:active{outline:none}

ol,ul{list-style:none;
	list-style-position: outside;
	padding-left: 10px;
	list-style-type: circle;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}

