
body,
form
{
	margin: 0px;
	padding: 0px;
}

html,
body
{
	height: 100%;
}

body
{
	background-color: #333;
}

body, a
{
	color: #fff;
}

object
{
	display: block;
	outline: none;
}

img,
input,
select,
textarea
{
	vertical-align: middle;
}

img
{
    border: none;
}

.at-least-one-static
{
	/* IE 6, 7 */
	width: 0px;
	height: 0px;
	overflow: hidden;
}

div.clear,
span.clear
{
	clear: both;
	display: block;

	/* IE 6, 7 */
	width: 0px;
	height: 0px;
	overflow: hidden;
}

ins
{
	/* IE */
	text-decoration: none;
}
