<style type="text/css">
a	              {text-decoration: none}
a:link                {text-decoration: none}
a:visited             {text-decoration: none}
a:hover               {text-decoration: none}

#content		{text-decoration: none; color: #888888; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:100; font-size:12px; line-height:12px; letter-spacing:normal}
#content a		{color:#FFFFFF; font-weight:bold}
#content a:hover{color:#CDEF00}
   
#footer		    {text-decoration: none; color: #888888; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:100; font-size:12px; line-height:12px; letter-spacing:normal}
#footer a			{color:#FFFFFF; font-weight:bold}
#footer a:hover 	{color:#CDEF00}

#menu		{text-decoration: none; color: #FFFFFF; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; line-height:18px; letter-spacing:-1PX}
#menu a		{color:#FFFFFF;}
#menu a:hover{color:#CDEF00}

#content_bg td {background-image:url(img/v0a_layout/bg_barcode.png); background-repeat:repeat-y; background-position:left;}

.small		{font-size:10px; line-height:10px}
.smaller	{font-size:9px; line-height:9px}

#logo
	{
	position: absolute;
	left: 50%;
	top: 50%;
	visibility: visible;
	margin-top: -52px;
	margin-left: -140px;
	width: 279;
	height: 104;
	}

html 	{
	background-image:url(img/splash.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	}
</style>

