@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#fbe2ed url(../images/patternycpa.jpg);
	/*background:#fbe2ed url(../images/ycpa2012a.jpg) top center no-repeat;*/
	}
#wrap_banner{
	width:314px;
	float:left;
	margin-top:0px;
	height:182px;
	background:url(../images/femmetalk.png) no-repeat;
	position:absolute;
}
#wrap_image{
width: 100%;
height:100%;
background:url(../images/Landing_CC_ycpa2012.png) top center no-repeat;
position:absolute;
}
#wrap_button {
	width:281px;
	float:right;
	margin-top:15%;
	height:80px;
	background:url(../images/bg_button.jpg) repeat-x;
	position:relative;
	}
	
a#btn_caring {
			display: block;
			width:281px;
			height:39px;
			background-image:url(../images/btn_caring.jpg);
			background-position: 0 0;
		}
		a#btn_caring:hover {
			background-position: 0 -39px;
		}
		a .altbtn_caring { display: none; }

a#btn_career {
			display: block;
			width:281px;
			height:39px;
			background-image:url(../images/btn_career.jpg);
			background-position: 0 0;
			margin-top:2px;
		}
		a#btn_career:hover {
			background-position: 0 -39px;
		}
		a .altbtn_career { display: none; }

a#btn_ycpa {
			display: block;
			width:281px;
			height:39px;
			background-image:url(../images/btn_ycpa.jpg);
			background-position: 0 0;
			margin-top:2px;
		}
		a#btn_ycpa:hover {
			background-position: 0 -39px;
		}
		a .altbtn_ycpa { display: none; }
a#btn_bbcream {
			display: block;
			width:281px;
			height:39px;
			background-image:url(../images/btn_bbcream.jpg);
			background-position: 0 0;
			margin-top:2px;
		}
		a#btn_bbcream:hover {
			background-position: 0 -39px;
		}
		a .altbtn_bbcream { display: none; }