@CHARSET "UTF-8";

a#order_now
{
	float: right;
	margin: 10px;
}

div#message
{
    float: right;
    display: none;
background: white url(../images/eastermessage.gif) top left no-repeat;
width: 300px;
height: 200px;
margin: 10px;
}

div#prices
{
    float: left;
	width: 350px;
	margin-top: 10px;
}

