/* CSS Document */

/*center image*/
#content_home{
	width: 508px;
	height: 328px;
	float: left;
	background: #ffffff url(../images/background/flower_content.jpg)  no-repeat;
}

#contest_link{
	width: 508px;
	height: 200px;
	overflow:hidden;
	float: left;
}

#enter_button{
	width: 398px;
	height: 31px;
	padding-left: 55px;
	text-align: left;
	float: left;
}

/*three boxes*/
#boxes{
	width: 508px;
	height: 96px;
	float: left;
}

#box1{
	width: 147px;
	height: 96px;
	float: left;
	text-align: right;
	margin-left: 10px;
	background: url(../images/background/home_box1.jpg) no-repeat;
	display: inline;
}

#box2{
	width: 148px;
	height: 96px;
	float: left;
	text-align: right;
	margin: 0px 10px 0px 10px;
	background: url(../images/background/home_box2.jpg) no-repeat;
}

#box3{
	width: 157px;
	height: 96px;
	float: left;
	text-align: right;
	background: url(../images/background/home_thin_box3.jpg) no-repeat;
}

#box1 ul, #box2 ul, #box3 ul{
	margin: 65px 0px 0px 30px;
}

#box1 ul li, #box2 ul li, #box3 ul li{
	margin-left: -1px;
	display: inline;
}

.arrow_button_txt{
	vertical-align: top;
}

/* rollover enter button*/
div#enter_button ul li{
	list-style: none;	
}

div#enter_button ul li {
	height: 24px; /* Needed only for Mac Safary */
	position: relative;
	overflow: hidden;
}


div#enter_button ul li.enter_over {
	width: 78px;
	height: 24px;
}

div#enter_button ul li.enter_over a:hover {
	position: relative;
	bottom: 24px;
}


