BODY {
background-color: #9c3;
font-family: Verdana,Arial,sans-serif;
font-size: 12px;
color: #ffc;
}

.master {margin: 0px auto;
width: 820px;
background-color: #000;
padding: 15px 0px 15px 15px;}

H1 {font-size: 25px;
color: #ff3;}

H2 {font-size: 16px;
color: #9c3;}

.button
{
	background-color: #900;
	width: 125px;
	height: 30px;
	font-size: 20px;
	letter-spacing: 10px;
	background-image: url(images/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
       position: relative;
       z-index: 10;
        padding-left: 30px;
        line-height: 30px;}

A {text-decoration: none;
color: #ffc;}

A:hover {color: #ff3;}

P {line-height: 180%;
width: 50%;}

DIV IMG {position: relative;
top: -25px;

left: -15px;}

