body 
{
    background-image: url(button_badge_background.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #282828;
}

div#buttonBadgeDescription 
{
   	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 450px;
	top: 180px;
	width: 400px;
	color: White;    
}
div#buttonBadgeDescription span.highLight 
{
    color: Yellow;
}

div#buttonBadgeDescription p.launchDate
{
    margin: 0px;
    color: Gray;
}


img#button_badge_image
{
    position: absolute;
    left: 150px;
    top: 50px;
}

img#button_badge_button
{
    margin-top: 15px;
    margin-bottom: 5px;
    border-width: 0px;
}

p.subText 
{
    font-size: 12px;
}

p.subText span.hightLight
{
    color: Yellow;
}
