@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
	margin: 0 0 60px;	
}
html{	
	position: relative;
    min-height: 100%;	
}
header{
	height:100px;
	width:50px;
}

header .logo{
	position: absolute;
    left: 30%;
    top:20%;	
}

section{
	height:300px;
}

section .img01{
	position: absolute;
    height: 300px;
    left: 50%;
    top:50%;	
}

article{
	position: absolute;
    height: 200px;
    left: 40%;
    top:50%;
}

table th {
	color:#ff9900;
	padding:3px; 
	font: bold 15px Verdana, Geneva, sans-serif; 
}

table tr, td {
        height:15px;
		padding-top: 5px;
        padding-left:5px;
        padding-right:2px;
        font-family:Verdana, Geneva, sans-serif;
        font-size:12px;
        white-space:nowrap;
}
		
footer {
	position: absolute; 
    bottom: 0px; 
    width: 100%; 
    height: 60px; 
	padding-top: 10px;
    background-color: black;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	font-family:"Courier New", Courier, monospace;
}
.css_btn_class {
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #84bbf3;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #bddbfa 23%, #80b5ea 82% );
	background:-ms-linear-gradient( top, #bddbfa 23%, #80b5ea 82% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(23%, #bddbfa), color-stop(82%, #80b5ea) );
	background-color:#bddbfa;
	color:#F00;
	display:inline-block;
	text-shadow:1px 0px 8px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 9px 0px #dcecfb;
 	-moz-box-shadow:inset 1px 1px 9px 0px #dcecfb;
 	box-shadow:inset 1px 1px 9px 0px #dcecfb;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #80b5ea 23%, #bddbfa 82% );
	background:-ms-linear-gradient( top, #80b5ea 23%, #bddbfa 82% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(23%, #80b5ea), color-stop(82%, #bddbfa) );
	background-color:#80b5ea;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
