﻿/* ### HTML TAGS ####################### */

html
{
	font-size: 62.5%;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

body
{
	background: none;
	margin: 0;
	padding: 0;
}

a
{
    color: red;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

a:hover
{
	text-decoration: underline;
}


/* ### SPLASH SCREEN ####################### */

#MainContainer
{
    background-color:transparent;
    text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	border: none;
 }

#inMainContainer
{
    margin-left: -320px;
    position: absolute;
	top: -150px;
	left: 50%;
	width: 640px;
	visibility: visible;
}

/* ######################################### */
