/* Lemonbit Internet main stylesheet
(c) Lemonbit Internet. Revision 1 */

body, html
{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    background-color: white;
	color: #222222;
	height: 100%;
	margin: 0;
	padding: 0;
}

#main
{
 	width: 80%;
	position: relative;
	left: 100px;
	top: 50px;
	text-align: left;
}
