/**
 * Trigg.in CSS
 */

html,body {
	background:#000;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:white;
}

a:link {
	text-decoration: none;
	color:#9FE4FF;
}
a:visited {
	text-decoration: none;
	color:#9FE4FF;
}
a:active {
	text-decoration: none;
	color:#9FE4FF;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

.wrap {
	background:url(/images/layout/main-body-bg.png) no-repeat;
	width:790px;
	height:430px;
	margin:0 auto;
	top:100px;
}

.logo {
	position:relative;
	float:left;
	padding:25px 0 0 25px;
}

.top-links {
	position:relative;
	float:right;
	padding:75px 100px 0 0;
}

.top-links ul {
	list-style:none;
}

.top-links ul li {
	display:inline;
	padding-left:30px;
	font-size:18px;
}

.top-links a, a:visited, a:active {
	color:white;
	text-decoration:none;
}

.top-links a:hover {
	color:white;
	border-bottom:5px solid white;
}

.top-links .current {
	border-bottom:5px solid white;
}

.clear {
	clear:both;
}

.main-body-content {
	width:700px;
	margin:25px auto 0 auto;
}

.submit-form {
	width:500px;
	margin:35px auto 0 auto;
	line-height:20px;
}

.footer {
	width:790px;
	margin:0 auto;
}
