/* CSS Document */
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

#frame{	
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0 0;
	height: 90%;		
	text-align:center;	
}
#content{
	position: relative;
	top:42%; left:80px;
	margin: 0 auto 0 auto;
	width: 200px;
	height: 40%;	
	text-align:left;
}

h1 {
	position:absolute;
	left: -10000px;
}

h2{
	background-image: url(../images/lunchboxbill.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 60px;
	position:absolute;
	top: -95px;
	left: -60px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
