body {
	font-family:"Gill Sans", "Goudy Sans", "Trebuchet MS", Verdana, sans-serif;
	display: table;
	position: absolute;
	margin: 0;
	width: 980px;
	height: 100%;
	overflow: visible;
}
.front {
	margin-left: 0;
	width: 980px;
	margin-top: auto;
	margin-bottom: auto;
}
td img {display: block;}

td {
	vertical-align: top;
}
.hotdogmenu {
	float: left;
	margin-top: 10px;
	position: relative;
}
.logo {
	float: left;
	top: 0;
	position: relative;
}
.happyhour {
	display: block;
	margin: auto
}
.desi {
	float: right;
	position: absolute;
	margin-right: 0;
	right: 0;
}
.groupa {
	color: #ffff66;
	font-weight: bold;
}

.left {
	display: table-cell;
	vertical-align: middle;
	width:  392px;
}

.middle {
	display: table-cell;
	vertical-align: middle;	
}


.right {
	display: table-cell;
	vertical-align: middle;
	width: 325px;
}

.bottom {
	display: table-row;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.main {
	display: table-row;
}

.player {
	display: block;
	margin: auto
}
.pagename {
	float: right;
}
.pageslogo {
	float: left;
	display: block;
}
.pagesdesi {
	top: 135px;
	left: 716px;
	position: absolute;
}
.onions {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.pagesheader {
	position: relative;
	margin: 0;
	height: 155px;
}
.mainbody {
	position: absolute;
	top: 155px;
	margin-left: 20px;
	width: 676px;
	margin-right: 284px;
}
.header {
	color: #ffff66;
	font-weight: bold;
	font-variant: small-caps;
	font-size: x-large;
}

.header2 {
	color: #ffff66;
	font-weight: bold;
	font-variant: small-caps;
}
@media screen {
	
.coupon {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #fe227c;
	border: 5px dotted #ffb400;
}
.couponhead {
	font-size: xx-large;
	font-weight: bold;
	color: #6eff6e;
	text-shadow: #1fcfd2 0 0 2em;
}
.coupontext {
	color: #c0f2ff;
	text-shadow: #b10f00 4px 4px 6px;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.coupondetails {
	color: #fffe96;
	list-style-type: square;
}
.expires {
	font-style: italic;
	color: #5a001e;
}
.bigger {
	text-shadow: #0100c7 4px 4px 6px;
	font-size: xx-large;
}

.couponcontainer1 {
	padding: 0;
	background-color: #ff0;
	border: 3px dashed #00f;
}
.couponcontainer2 {
	padding: 0;
	border: 3px dashed #f00;
	background-color: #0ff;
}

}
@media print {
	
.coupon {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #ffffff;
	border: 5px dotted #000033;
}
.couponhead {
	font-size: xx-large;
	font-weight: bold;
	color: #330000;
}
.coupontext {
	color: #000000;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.coupondetails {
	color: #000000;
	list-style-type: square;
}
.expires {
	font-style: italic;
	color: #003300;
}
.bigger {
	font-size: xx-large;
}

.couponcontainer1 {
	padding: 0;
	background-color: #ff0;
	border: 3px dashed #00f;
}
.couponcontainer2 {
	padding: 0;
	border: 3px dashed #f00;
	background-color: #0ff;
}

}