body { 
	background-color: #333333;
/*	background-image: url("http://localhost/squat/images/squat2.jpg"); */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #CCCCCC;
}

a {
	color: #3333CC;
}

#squat_page {
	width:100%;
	height: 100%;
}

#info{
	width: 500px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
}

#squat_page fieldset{
	border-color: #3333CC;
	padding: 10px;
}

#squat_page fieldset:hover{
	border-color: #FFFF00;
}

#squat_page legend{
	font-weight:bold;
	font-size:120%;
	padding: 10px;
	color: #CCCCCC;
}

#info_3{
	float: right;
}

#squat_page p.info_4{
	text-align: center;
}

.hiddenPic {
	display: none;
}