/** 
CSS for SCM homepage

*/

body {
	background: #1a1a20;
	color: #000;
	background-image: url(SCMsitebackground.png);
	background-position: 50% 0px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	user-select: none;
	text-align: center;
}

#image {
	margin: 0 auto;
	width: 740px;
}

#logo {
	position: relative;
	display: block;
	margin: 130px auto 0;
}

#nav {
	position: relative;
	margin: 60px auto 0px;
	padding: 0px 0px;
	text-align: center;
	width: 740px;
	margin-bottom: 50px;
}

#nav a {
	position: relative;
	display: inline;
	margin: 0px 40px 0px;
	padding-bottom: 0px;
	font-size: 24px;
	text-decoration: none;
	color: #1a1a20;
	cursor: auto;
	-o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#nav a:hover {
	bottom: 8px;
	padding-bottom: 8px;
}