/* CSS Document */

body {
	background-image:url(../img/bg_index.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7e7e7;	
}

p {
	margin:0;
	padding:0;
}

a:link {
	color: #e7e7e7;
	text-decoration:underline;
}
a:visited {
	color: #e7e7e7;
	text-decoration:underline;
}
a:hover {
	color: #a72121;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}

#container {
	width:554px;
	height:325px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -277px;
	margin-top: -163px;
}

#photografx {
	width:516px;
	height:102px;
	margin: 37px 0px 0px 24px;
	background-image:url(../img/plate_pfx_ani.gif);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	line height:21px;
	text-decoration:none;
}

#photografx:hover {
	background-position:0px -102px;
}

#pm {
	width:228px;
	float:left;
	margin: 69px 0px 0px 25px;
	text-decoration:none;
}

#training {
	width:103px;
	float:left;
	margin: 69px 0px 0px 57px;
	text-decoration:none;
}


#text{
	width:auto;
	height:40px;
	margin: 15px 25px 0px 25px;
	font-weight:bold;
	text-align:center;
}

#footer{
	width:400px;
	height:32px;
	font-size:10px;
	margin: 87px 5px 0px 20px;
	text-align: left;
	float: left;
}
#pix{
	width:110px;
	height:32px;
	margin: 85px 0px 0px 0px;
	text-align: right;
	float: left;
}
