body 
{
    background-color:	    rgb(64,64,64);
    background-image:       url("bg.jpg");
    background-repeat:      repeat-y;
    background-position:    50% 0%;
    text-align: 			center;
    margin:		    		0px;
    padding:		    	0px;
}

div#content 
{
    width:              700px;
    margin:             0 auto;
}

div#main {
	padding:			10px;
}

table 
{
    border-style:		none;
    border:             0px;
    padding:            0px;
}

* {
	font-family:		arial, sans-serif;
	font-size:			10pt;
	color:				rgb(255,255,255);
}

*.small {
	font-size:			8pt;
}

*.large {
	font-size:			12pt;
}

*.title {
	font-size:			15pt;
	letter-spacing:		4pt;
	text-transform:     uppercase;
}

a:link, a.small:link, a.large:link {
	color:				rgb(255,255,192);
}

a:visited, a.small:visited, a.large:visited {
	color:				rgb(255,255,255);
}

a:hover, a.small:hover, a.large:hover {
	color:				rgb(255,64,64);
	text-decoration:	none;
}
