body, html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fdc921;
}

body
{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	color: white;
}


img
{
	border: 0;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

input:focus
{
	/* outline: none; */
}

:-moz-any-link:focus {
  outline: none;
}

textarea
{
	resize:none;
}