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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0E1F31;
	font-family: verdana, helvetica, san-serif;
	font-size:14px;
	color:#bfbfbf;
	letter-spacing: .75px;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	height:auto;
	width:947px;
	position:relative;
	text-align:left;
}

#master-box {
	width:900px;
	height:600px;
	background: #0e1f31 url(images/master_index_bg.jpg) no-repeat;
	border:1px solid #ffffff;
	margin:50px;
}

#content {
	padding:360px 0px 0px 560px;
	text-align:center;
}

a {
	color:#bfbfbf;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}

img.line{
	padding:15px 0px;
}
