/* ------------------------ */
/*		General				*/
/* ------------------------ */

* 								{ margin: 0px; padding: 0px; }

html,
body							{ overflow: hidden; }

body							{ background-color: #e6005a; color: #ffffff; font-family: verdana, tahoma, sans-serif; }
a,
a:link,
a:visited,
a:active,
a:hover							{ color: #ffffff; font-weight: bold; text-decoration: none; }
a:hover   						{ color: #ffffff; }
a img							{ border: 0px; }

table							{ border: 0px; border-collapse: collapse; }
td								{ border: 0px; border-style: none; padding: 0px; margin: 0px; vertical-align: top; }

.ClearFloat						{ border: none; clear: both; font-size: 1px; height: 0px; margin: 0px; padding: 0px; overflow: hidden; }

/* ------------------------ */
/*		Framework			*/
/* ------------------------ */

#Frame							{ width: 640px; height: 480px; left: 50%; top: 50%; margin-left: -320px; margin-top: -240px; position: absolute; overflow: hidden; }
#Frame img						{ margin-top: 100px; }