* {margin:0px;padding:0px;border:none;}

:focus {-moz-outline-style:none}

body {
    font: 10px Arial, Helvetica, sans-serif;
    background: #FFFFFF url(../images/common/large_bkgnd_light.jpg) no-repeat;
    text-align: center;
    line-height: 2em;
    letter-spacing: .05em;
}

.main {
    text-align: center;
    height: 620px;
    width: 810px;
    min-width: 810px;
    min-height: 620px;
    position: relative;
    left: 0px;
    top: 0px;
    visibility: visible;
}

.hidden {
	display: none;
}

#mainSplash {
    background: url(../images/splash/background.jpg) no-repeat center top;
}

#upperLinks {
    position: absolute;
    height: 13px;
    width: 339px;
    left: 236px;
    top: 38px;
    background: url(../images/splash/upperLinksBG.png) no-repeat left top;
}

#aboutLink {
	position: absolute;
    top: 0px;
    left: 9px;
}

#servicesLink {
	position: absolute;
    top: 0px;
    left: 86px;
}

#resourcesLink {
	position: absolute;
    top: 0px;
    left: 164px;
}

#contactLink {
	position: absolute;
    top: 0px;
    left: 252px;
}

#text {
	position: absolute;
	top: 282px;
	left: 236px;
}

#enterBtn {
	position: absolute;
	top: 460px;
	left: 379px;
}

#lowerText {
	position: absolute;
    top: 600px;
    left: 301px;
}

