@charset "utf-8";
/* CSS Document */

* { 
	padding:0; margin:0;
}

.clear {clear:both;}

html {
	height:100%; 
}

a {
	outline: none;
}

img{
	border: 0;
}

body {
	 background: #990000;
	 font-size:90%;
	 font-family: Arial,Helvetica,Sans-Serif;
	 color:#000;
	 margin-top: 30px;
}

#container {
	width:800px;
	height: 700px;
	margin:0px auto;
	background: url(../images/bg.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
}

#home_flash{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
