@charset "UTF-8";
/* CSS Document */

div, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

div#container {
position:relative;
width: 320px;
height:480px;
padding:1px;
margin:1px;
background-color:#ff0000;	
}

a {
	
text-decoration: none;
}

div#btncontain {
	background: orange;
}



div.menu_btn {
	position:absolute;
	float: left;
	background: blue;
	width:150px;
    bottom:0;
}

div#description {
	height: 139px;
	padding: 5px 0px 5px 5px;
}

div.schedule_btn {
	position: absolute;
	float:left;
	background: blue;
	width:150px;
	bottom:0;
}

h2.btns {
	color:white;
	padding: 5px 0px 5px 40px;
}

h2.back {
	color: white;
	padding: 0px 0px 0px 5px;
}
h2#bbq {
	color: orange;
	background-color: green;
	padding: 5px 0px 5px 5px;
}

div.date {
	background-color: green;
}

div.location {
	background-color: orange;
}

h3.items {
	color: white;	
}


div#footer {
	position: absolute;
	width: 100%;
	height: 60px;
}



