@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
img {
	border: none;
}

body {
	background: #0d0d0d url("../imgs/bg.png") repeat-y;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
        height:100%;
}
a{
	outline-style:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#container {
	background: url("../imgs/bg_patt.png") repeat;
	width: 100%;
        height: 100%;
	margin: 0 auto;
	text-align: center;
}
#modalhead{
    position: relative;
    top: 100px;
    background: url('../imgs/bg-black-op70.png') repeat;
    margin: 0 auto 0;
    width: 600px;
    height: 120px;
}
#modal{
    position: relative;
    top: 110px;
    margin: 0 auto 0;
    padding: 30px 0 0;
    width: 600px;
    height: 250px;
    background: url('../imgs/bg-black-op70.png') repeat;
}
#modalhead img{
    margin: 15px 0 20px;
}
#modal h1{
    color: #1E7EC8;
    padding: 10px;
    font-size: 1.7em;
    font-style: oblique;
    font-weight: normal;
}
#modal p{
    padding: 10px;
    color: #bbb;
    font: 1.4em Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
#modal a{
    color: #C76200;
}

#footer {
	font: 12px Tahoma;
	color: #555555;
}
#footer ul {
	margin:20px 0 10px 0;
	padding:0;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
	list-style: none;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	
