/* CSS FOR MODCLUB.INFO */

/* -- Font Sizes ------------------------------------------------------------ */
body {
	font-family: Helvetica, sans;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11pt;
}



a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

a:hover, a.selected { 
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
div#box {
	width:500px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-250px;
}
div#logo {
	float: left;
	margin-right: 50px;
}
div#info {
	float: left;
	font-weight: bold;
	font-family: Helvetica, sans;
	margin-top: 72px;
}
