@import url(reset.css);

/*top right bottom left*/

body {
	position: relative;
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a, a:hover, a:visited {
	text-decoration: none;
}

.allContainer { 
	position: relative;
	margin: 0px auto;
	width: 1024px;
	min-height: 768px;
	text-align: left;
	background: url(../images/gfs_splash4.jpg) no-repeat;
}
