/**********classes**********/

.unvisible {
	visibility: hidden;
	position: absolute;
}

.clear {
	clear: both;
}


/**********classes**********/






/**********tag elements**********/

body {
	padding: 0px;
	text-align: center;
	font-family: 'Source Sans Pro', 'Arial', 'sans-serif';
}

ul {
	padding: 0px;
	margin: 0px;
}

li{
	list-style-type: none;
}

td {
	vertical-align: top;
}

/**********tag elements**********/






/**********main divs**********/
div#center {
	margin: 10px auto;
	position: relative;
	text-align: center;
	margin-bottom: 250px;
	width: 800px;
	margin: 0px auto;
}

div#main{
	text-align: left;
	clear: both;
	position: relative;
	font-family: Source Sans Pro, Verdana, san serif;
	width: 800px;
}

/**********main divs**********/







/**********style elements**********/

/**********style elements**********/




