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

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

html,
body							{ overflow: hidden; }

body							{ background-color: #ffffff; color: #444444; font-family: arial, verdana, tahoma; font-size: 62.5%; }
a,
a:link,
a:visited,
a:active,
a:hover							{ color: #444444; font-weight: nornal; text-decoration: underline; }
a:hover   						{ color: #444444; }
a img							{ border: 0px; }

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

/*------------------------- */
/*		Content				*/
/*------------------------- */

#Frame							{ width: 500px; height: 500px; left: 50%; top: 50%; margin-left: -250px; margin-top: -250px; position: absolute; }
#Logotype						{ margin: 0px 0px 30px 79px; }
#Logotype img					{ display: block; }

p								{ margin: 0px 0px 20px 150px; font-size: 12px; line-height: 18px; }
