@import url(blueprint/screen.css);


/* !Extend Blueprint */
.box {
padding:1.5em 3em;
margin-bottom:1.5em;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


/* !Elements */
body { 
background-position: center top;
background-repeat: no-repeat;
}

a:focus { outline: none; }
a:hover { color: #f90; }
a {
color: #f60;
text-decoration:underline;
}


/* !Structure */
#header {
height: 150px;
position: relative;
}
	#logo,
	#title {
	margin: 0;
	position: absolute;
	top: 0;
	}
	#logo {
	left: 0;
	width: 230px;
	height: 190px;
	}
	#title {
	left: 240px;
	width: 710px;
	height: 150px;
	}
		#main .box {
		padding-top: 40px;
		}
		#ad a {
		text-decoration: none;
		}
#ad {
height: 300px;
text-align: right;
}
	#sponsor-link-1,
	#sponsor-link-2 {
	display: block;
	position: absolute;
	height: 768px;
	top: 170px;
	left: 50%;
	text-decoration: none;
	background: url(../images/clear.gif);
	}
	#sponsor-link-1 {
	width: 150px;
	margin-left: -625px;
	}
	#sponsor-link-2 {
	width: 450px;
	margin-left: 155px;
	}
