body {
	text-align:left;
}

#wrap {
	width:760px;
	margin:0 auto;
}

/* Logo */

#logo h1 a {
	display:block;
	text-indent:-10000px;
	background:url(../images/splash/callbitsindex.png) no-repeat;
	width:760px;
	height:50px;
	margin-bottom:35px;
	outline:0;
}

/* Header note */

#headnote {
	padding:8px 0 7px 0;
}

#headnote p {
	font-size:116%;
	text-align:right;
	color:#4d4d4d;
}

#headnote a.link {
	color:#6e96c8;
	text-decoration:none;
	margin-right:6px;
}

#headnote a.button {
	background:#F5D142;
	padding:4px 7px;
	text-decoration:none;
	color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-left:6px;
}

/* Tagline */

#tagline {
	margin-bottom:35px;
}

#tagline p {
	font-size:170%;
	color:#6e96c8;
	font-weight:bold;
}

#tagline p span.hl {
	color:#F5D142;
}

/* Info */

#information {
	margin-bottom:20px;
}

#information .left {
	float:left;
	width:309px;
}

#information .left h2 {
	font-size:123.1%;
	margin-bottom:10px;
	font-weight:bold;
	color:#4d4d4d;
}

#information .left li {
	font-size:108%;
	margin-bottom:5px;
	color:#4d4d4d;
	font-weight:bold;
}

#information .left h3 {
	font-size:108%;
	color:#4d4d4d;
	margin:10px 0 5px 0;
	font-weight:bold;
}

#information .left p {
	margin:0 0 25px 0;
	color:#4d4d4d;
	line-height:1.3em;
}

#information .left .box {
	margin:20px 0 5px 0;
	background:#f7f8f9;
}

#information .left .box p.now {
	text-align:center;
	padding:40px 0 0 0;
}

#information .left .box p.now a {
	background:#F5D142;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
	font-size:167%;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#information .left .box p.sub {
	font-size:123.1%;
	color:#6e96c8;
	text-align:center;
	padding:5px 12px 12px 12px;
}

#information .right {
	float:left;
	width:431px;
	margin-left:20px;
}

#information .right p {
	font-size:123.1%;
	color:#4d4d4d;
	font-weight:bold;
	margin-bottom:30px;
}

/* Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	*zoom:1;
}
