* {
	padding: 0px;
	margin: 0px;
}
html,body{
  height: 100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

body > #wrap{ 
    height:auto; 
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
}


body {
	font-size: 12px;
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}
