@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

/*-------------*/

html {
	height: 100%;
	overflow: auto;
}
body {
	background: url(../images/bg.gif) repeat left top;
	height: 100%;
	
}

#container {
	width: 1007px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#flashArea {
	height: 100%;
	width: 1007px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 5px;
}

/*-------------*/

#page {
	height: 100%;
	width: 988px;
	margin: 0 0 0 10px;
	background: #fff;
	text-align: center;
}
#page h1 {
	margin: 0 0 30px;
	padding: 59px 0 0;
}
.text {
	margin: 0 0 50px;
	padding: 0;
}
.btn,
.copyright {
	margin: 0 0 26px;
	padding: 0;
}

