@charset "utf-8";

*
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	width:100%;
	height:100%;
	background-color:#000;
	overflow-y: scroll;
}

a
{
	text-decoration:none;
}

#noflash
{
	background-image:url(../images/noflash/background.jpg);
	background-repeat:no-repeat;
}
