<style type="text/css">
body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
.buttonscontainer {
	width: 150px;
	height:175px;
	margin-top: 0px;
	border-color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-color: #FF0000;
}
.buttons a {
	color: #FFFFFF;
	background-color: #000000;
	padding: 1px;
	padding-left: 9px;
	display: block;
	font: 36px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	border: 1;
	border-top-color: #FF0000;
	border-right-color: #000000;
	border-bottom-color: #FF0000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	margin-top: 2px;
	font-family: garamond;
}

.buttons a:hover {
	background-color: #000000;
	color: #FF0000;
	text-decoration: line-through;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
}
</style>
