body {
	background: none repeat scroll 0 0 #FFFFFF;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    height: 100%;
    width: 100%;
}

#wrapper {
	background-color: #eaeaea;
	border: 1px solid #EEEEEE;
    height: 140px;
    left: 50%;
    margin-left: -350px;
    margin-top: -120px;
    padding: 20px;
    position: relative;
    top: 250px;
    width: 640px;
}

#button_wrapper {
    position: relative;
    width: 100%;
	text-align: center;
}

.big_button {
    color: #FFFFFF;
    cursor: pointer;
    display : inline-block;
	font-family: "AvantGarDem",sans-serif;
    font-size: 24px;
    height: 38px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 206px;
	margin: 10px;
}

.publisher_btn {
    background: url(../assets/images/btnPink.png) no-repeat 0 0;
}

.advertiser_btn {
    background: url(../assets/images/btnBlue.png) no-repeat 0 0;
	
}

#petitext {
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    font-weight: bold;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 10px;
    position: relative;
    width: 100%;
	font-size : 20px;
}

#petitext p {
	font-family: "Helvetica", sans-serif;
	margin : 0;
	text-align: center;
}

@font-face {
	font-family: 'AvantGarDem';
    src: url( "../assets/fonts/AvantGarDem.eot"); /* IE */
	src: local("AvantGarDem"), url("../assets/fonts/AvantGarDem.ttf") format("truetype"); /* non-IE */
}