@charset "utf-8";
*{
	margin:0px auto;
	padding:0px;
}
body {
	background-attachment: fixed;
	background-image: url(../IMG/bg-main.jpg);
	background-repeat: repeat;
}
#upper-div{
	top:0px;
	position:static;
	width:100%;
	min-width:1080px;
	height:40px;
	background-image:url(../IMG/bg-main-slide.png);
	background-repeat: repeat;
	box-shadow:1px 1px 1px 1px #666666;
	font:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:white;	
}
#upper-div a{
	text-decoration:none;
}
#upper-div a h1{
	color:white;
	margin-left:15px;
	margin-bottom:5px;
}
#main{
	margin-top:25px;
	float:left;
	text-align:center;
	width:100%;
	min-width:1080px;
}
#main #records{
    margin-top: 30px;
    width:1200px;
}
#main #records th{
    height: 31px;
    color: white;
    background-color:#575750;
}
#main #buttons{
    float: left;
    margin-left: 40px;
}
#main #buttons button ,input[type="submit"]{
    width: 100px;
    height: 31px;
    color: white;
    background-color: #575750;
    border: 1px solid #575750;
}
#main #buttons button:hover{
    background-color: #3333D6;
    border: 1px solid #3333D6;
}
#main hr{
    margin-top:20px;
    margin-bottom:20px;
    width:800px;
    text-align: center;
}
#main #inform {
    margin-top:20px;
    width: 1200px;
}