a:link, a:visited, a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
    border:none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #6EB21D;
}

body {
	margin: 0px;
	padding: 0px;
    background-color: #FCFCFC;
    text-align:center;
    height:1100px;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img{
    border:none;
}

li{
    list-style-type: none;
}

ul{
    margin: 0px;
}

#main{
    width:960px;
    margin: auto;
}