@charset "UTF-8";
/* CSS Document */

*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 75%;
	height: 100%;
	background-image: url(../images/proin_bg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
