/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/

BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #FFFFFF;
}
A { color: #333333; }
A:HOVER {
	text-decoration: none;
	color: #a40043;
}	
H1 {
	font-weight: normal;
	color: #a40043;
	margin: 0;
	padding: 0;
}
#page {
        z-index: 2;
		position:absolute;
		bottom:10px;
		right:10px;
        width: 700px;
        height: 200px;
        padding: 20px;
        background: #FFFFFF;
        font-size: 12px;
        color: #666666;
        border:1px #666666 dotted;
        
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
    }