﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	min-width:1000px;
behavior: expression(this.style.width=(document.documentElement.offsetWidth<1000)?"1000px":"100%");}

#top{
	background-image: url(../images/bg/topbg.jpg);
	background-repeat: repeat-x;
	height: 105px;
	float: left;
	width: 100%;
}
#logo{
	float: left;
	margin-top: 10px;
	width: 255px;
	position: relative;
}
#button{
	float: right;
	margin-top: 20px;
	clear: right;
}

