/* CSS Document */

*{
	margin:0;
	padding:0;
	}

img{
	border:0;
	}

html{
	width:100%;
	height:100%;
	}

body{
	color:#000000;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	}

div#flash{
	width:100%;
	height:100%;
	}

