﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	background-color: #BBB;
	background-image: url('Sources/KittenArmyBg.png');
	font-size: 10pt;
	margin: 0;
	text-align: center;
}

#main {
	text-align: left;
	position: relative;
 	width: 780px;
 	min-width: 780px;
 	margin: 0 auto;
	background-image: url('Sources/KittenArmySlice.png');
	background-repeat:repeat-y;
}
#tail {
	width:780px;
	height:36px;
	background-image: url('Sources/KittenArmyTail.png');
	background-repeat:repeat-y;
}

#headerpic {
	width:780px;
	height:220px;
	background-image: url('Sources/KittenArmy.png');
	background-repeat:repeat-y;
}


#links
{
	text-align: center;
	border: 2px solid black;
	background-color: #620EBE; /* #DD7E2A; #DEA774;*/
	margin: 0 40px 0 38px;
}

#title {
	text-align: center;
	font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	font-size: 10pt;
	position: absolute;
	left: 0px;
	width: 780px;
	/*top: 50px;*/
	top: 100px;
}

#content {
    position: relative;
	left: 40px;
	width: 682px;
}

#links li
{
	margin: 0;
	display: inline;
	list-style-type: none;
}

#links ul
{
	margin: 5px;
}

#links a { 
	padding: 0; 
	margin:0 10px;
	text-align:center;
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
}

#links a:hover
{
	color: #eee;
}

a {
	color: #620EBE;
}
