#main {
	height: 550px;
}

#title {
	margin-left: 20px;
	height: ;
}

#left_panel {
	position: absolute;
	top: 40px;
	margin: 0px 0px 0px 20px;
	color: white;
	width: 390px;
	font-size: 14px;
}

#cards_panel {
	margin: 20px 0px 0px 0px;
	height: 484px;
	background:  url(../gfx/homepage/left_box.png) no-repeat; 
}

#left_text {
	position: relative;
	top: 280px;
	left: 35px;
	width: 300px;
	height: 180px;
	color: black;
	list-style-position: inside;
}

#left_text ul {
	color: red;
	font-weight: bold;
	line-height: 24px;
	font-size: 16px;
}

#right_panel {
	position: absolute;
	top: 60px;
	left: 410px;
	width: 370px;	
}

.news_box {
	background:  url(../gfx/homepage/news_box.png) no-repeat;
	height: 106px;
	width: 370px;
	margin-bottom: 10px;
}

.news_copy {
	color: black;
	position: relative;
	left: 10px;
	top: 10px;
	width: 340px;
	height: 80px;
}

.news_copy a {
	color: black;
}

.news_copy p {
	line-height: 14px;
}

.grey, .grey a {
    color: #333333;
}

#plane {
    position: absolute; 
    left:-50px; 
    top: -30px; 
/*    float:left;*/
}

#bfx_card {
    float:right; 
    margin: -17px -50px 0 0; 
    position: relative;
}

#sign_me_up {
/*	background:  url(../gfx/homepage/sign_me_up.png) no-repeat;*/
	height: 60px;
	margin: 4px 0px 0px 0px;
}

#tell_me_more {
/*	background:  url(../gfx/homepage/tell_me_more.png) no-repeat;*/
	height: 60px;
	margin: 4px 0px 0px 0px;
}

#log_in_to_my_account {
/*	background:  url(../gfx/homepage/log_in_to_my_account.png) no-repeat;*/
	height: 60px;
	margin: 4px 0px 0px 0px;
}

#cashback_shopping {
/*	background:  url(../gfx/homepage/cashback_shopping.png) no-repeat;*/
	height: 60px;
	margin: 10px 0px 0px 0px;
}


#maestro_logo {
	background:  url(../gfx/homepage/maestro_logo.gif) no-repeat;
	position: absolute;
	top: 420px;
	left: 130px;
	height: 100px;
	width: 100px;
}

#paypoint_logo {
	background:  url(../gfx/homepage/paypoint_logo.png) no-repeat;
	position: absolute;
	top: 423px;
	left: 255px;
	height: 100px;
	width: 100px;
}

#postoffice_logo {
	background:  url(../gfx/misc/po.gif) no-repeat;
	position: absolute;
	top: 423px;
	left: 25px;
	height: 100px;
	width: 100px;
}

#mastercard_logo {
	background:  url(../gfx/homepage/mastercard_logo.png) no-repeat;
	position: absolute;
	top: 423px;
	left: 130px;
	height: 100px;
	width: 104px;
}