/* CSS Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
table{
	border-collapse:collapse;
	border-spacing:0
}

/* CSS End Reset */

body {
	background: #1f1f1f url('../imgs/bg.jpg') no-repeat;
	background-position: 50% 0;
	padding: 0;
	margin: 50px 20px;
	border: 0;
	font: normal 14px/22px Helvetica, Arial, sans-serif;
	color: #eee;
	text-align: center;
}

#wrapper {
	width: 560px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	margin: 115px 0 22px 0;
	padding: 0;
	font-size: 36px;
	color: #fff;
	text-shadow: #000 0 2px;
}

h4 {
	margin-bottom: 44px;
	font: italic 16px/22px Georgia;
	color: #999;
}

p {
	margin: 22px 0 0 2px;
}

p.sml, p.sml a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
}

p.sml a:hover {
	color: #5d7dd1;
	text-decoration: none;
	border-bottom: solid 1px #5d7dd1;
}

#note {
	margin-top: 40px;
	padding: 10px;
	background: #343951;
	color: #c4c9e1;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #343951;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

a.btn {
	text-align: center;
	padding-top: 9px;
	margin: 22px 0 0 191px;
	display: block;
	width: 177px;
	height: 35px;
	background: url('../imgs/btn_blue.png') no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

a.btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
	border-bottom: none;
}


a {
	color: #5d7dd1;
	text-decoration: none;
}

a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
}

.grey, .grey a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
