/* CSS Document */
body{color:#000000;
     background:#ffffff;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-position: right bottom;
}
div {background-color:#669999;
     width:400;
	 color:#ffffff;
	 padding:10px;
	 font-size:x-small;
}
a:link {text-decoration:none;
        color:#2f4f4f;
}