/* RESET*/
*{margin:0; padding:0; outline:0;}
html, body{height:100%;	width:100%; text-align:center;}



/* SETTINGS*/

body{font:13px Arial, Helvetica, sans-serif; color:#000; background:#f7f7f7 url(../img/body_bg.gif) repeat-x;}
.main{min-width:1000px;	text-align:left; min-height:100%; position:relative;}

/* CONTENT */
.content{
	width: 500px;
	height: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -165px 0 0 -250px;
	text-align: center;
	color: #06C;
}
img{border:0; margin-bottom:30px;}
h1{font-weight:normal; font-size:24px; line-height:24px; text-transform:uppercase; color:#111; margin-bottom:20px; letter-spacing:1px; word-spacing:6px;}
.devider{background:url(../img/devider.gif)  0 0; width: 490px; height:1px; margin-bottom:20px;}
p{
	color:#ABADB3;
	line-height:18px;
	margin-bottom:5px;
	letter-spacing:1px;
	word-spacing:3px;
}

a{color:#009ef0; text-decoration:none;}
a:hover{text-decoration:underline;}
