@charset "utf-8";
/* CSS Document */

body {
	font-family: "Arial", Arial, serif;
	/*background-image: url("imgs/background2.jpg");*/
    background-color: #000000;
    color: white;
	line-height: 1.0;
}

.mainDiv {
    position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 674px;
	height: 600px;
	text-align: left;
	/*text-shadow: 2px 2px 4px #000000;*/
	/*box-shadow: 10px 10px grey;*/
	background-color: rgba(128, 128, 128, 0.5);
	font-family: "Arial", Arial, serif;
	font-size:12px;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.titleCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.menuItems {
	background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
	color: black;
	font-size:18px;
    text-shadow: 1px 1px 2px black;
}

.menuLinks {
    text-align: center;
	color: black;
	font-size:18px;
    text-shadow: 1px 1px 2px black;
}

.txtLinks {
	text-align: center;
	color: #0CF;
	font-size: 12px;
	text-decoration:none;
}

.mainTitle {
    text-align: center;
	font-size:30px;
	color: white;
}

.mainTitleLink {
    text-align: center;
	font-size:30px;
	color: white;
	text-decoration:none;
}

.txtDiv {
    text-align: left;
	font-size:12px;
	color: white;
}