@charset "iso-8859-2";
/* CSS Document */

object {
	outline:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#000000;
	font-size:10px;
	color:#ffffff;
}


html, body{
	min-height:100%;
	height:100%;
	width:100%;
}

html>body{
	height:auto;
}

h1{
	font-size:16px;
	color:#ffffff;
	margin:0 0 30px 0;
	padding:0;
}

p{
	line-height:165%;
	margin:0 0 15px 0;
	padding:0;
}

td{
	vertical-align:top;
	padding:0 5px 15px 0;
	line-height:165%
}

ul{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}

ul li{
	margin:0;
	padding:0 0 0 5px;
}

li a{
	color:#FFFFFF;
}

input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	background:#333333;
	color:#FFFFFF;
	border:none;
	padding:3px;
}

.td_pad{
	padding-top:3px;
	padding-right:20px;
}

a img{
	border:none;
}

.button{
	width:90px;
	padding:3px 0 3px 0;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
}

#logo{
	position:absolute;
	height:500px;
	margin-top:-250px; /*-226*/
	top:50%;
	width:774px;
	margin-left:-398px;
	left:50%;
	z-index:1;
}

#website{
	position:absolute;
	margin-top:-226px; /*-226*/
	top:50%;
	width:774px;
	height:452px;
	margin-left:-400px;
	left:50%;
	z-index:2;
}

#contact{
	position:absolute;
	margin-top:235px; /*-226*/
	top:50%;
	width:774px;
	height:10px;
	margin-left:-387px;
	left:50%;
	z-index:3;
	text-align:right;
}

#contact a{
	color:#cccccc;
	text-decoration:none;
}

#contact a:hover{
	color:#666666;
	text-decoration:none;
}

#left_top{
	position:absolute;
	left:0;
	top:0;
	width:360px;
	height:108px;
	background:url(../images/left_top.jpg) 0 0 no-repeat;
}

#left_bottom{
	position:absolute;
	left:0;
	bottom:0;
	width:360px;
	height:435px;
	background:url(../images/left_bottom.jpg) 0 0 no-repeat;
}

#right_top{
	position:absolute;
	right:0;
	top:0;
	width:245px;
	height:280px;
	background:url(../images/right_top.jpg) 0 0 no-repeat;
}

#right_bottom{
	position:absolute;
	right:0;
	bottom:0;
	width:105px;
	height:341px;
	background:url(../images/right_bottom.jpg) 0 0 no-repeat;
}


