@font-face {
	font-family:Delicious;
	src:url(http://youreofftask.com/Delicious.ttf);
}

#title {
	font:4em Delicious;
	color:#fff;
	text-align:center;
}

#subtitle {
	color:#fff;
	font:2em Delicious;
	text-align:center;
}

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}

#main {
	position:fixed;
	z-index:1;
	top:132px;
	left:0;
	bottom:0;
	right:0;
}

.copyright {
	position:fixed;
	bottom:0;
	text-align:center;
	z-index:1;
}

.g-button {
	-webkit-border-radius:2px;
	border-radius:2px;
	border:solid 1px #999;
	background:0 to(rgb(221,221,221)));
	color:#333;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,1);
	line-height:1;
	font-family:Delicious;
	padding:6px 10px;
}

input[type=submit].left {
	position:fixed;
	top:132px;
	left:0;
	width:49%;
	background:0 to(#3c3));
	font-size:60px;
	font-weight:700;
	background-image:url(http://safarisites.youreofftask.com/images/buttonbg1.png);
	padding:50px 20px;
}

input[type=submit].right {
	position:fixed;
	top:132px;
	right:0;
	width:49%;
	background:0 to(#6fc));
	font-size:60px;
	font-weight:700;
	background-image:url(http://safarisites.youreofftask.com/images/buttonbg2.png);
	padding:50px 20px;
}

a.offtask {
	position:fixed;
	top:300px;
	right:0;
	width:100%;
	background:0 to(#222));
	font-size:60px;
	font-weight:700;
	background-image:url(http://safarisites.youreofftask.com/images/youreoffbutton.png);
	padding:50px 20px;
}

#fade {
	position:fixed;
	z-index:2;
	pointer-events:none;
	top:132px;
	left:0;
	right:0;
	height:15px;
	background:url(../images/fade.png);
}

#fadeb {
	position:fixed;
	z-index:2;
	pointer-events:none;
	bottom:0;
	left:0;
	right:0;
	height:15px;
	background:url(../images/fadeb.png);
}

input[type=submit].left:active,input[type=submit].right:active,a.offtask:active {
	background:0 to(#fff));
}