
/*

		File: main.css
		Location: dev
*/

body {

	margin: 0;
	padding: 0;
	background-color: #636363;
	/*
	background-image: url('../pageBG.png');
	background-repeat: repeat-y;
	background-position: top center;
	*/

	text-align: center;

	/*
	padding-top: 60px;
	*/

	font-family: Verdana, Arial, Times;
}

span.link {

	color: #3772b4;
	text-decoration: none;
	cursor: pointer;
}


a {

	color: #3772b4;
	text-decoration: none;

}

a:hover {

	text-decoration: underline;
}

#contentbg {

	background-image: url('../img/bg2.jpg');
	background-repeat: no-repeat;
	width: 945px;
	height: 698px;
	text-align: left;
}

    .display {

        display: block;
    }
    
    .not_disp {
    
    	display: none;
    }
