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

/*HTML Css*/

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

p{
	padding-top: 1px;
}

.image{
	display:block;
	border: 1px solid #000;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
    box-shadow: 1px 1px 4px #000;
}

body {
	background-color: #363636;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
}

/*Header Css*/

#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;	
	height: 65px;
	display:block;
}

#nav {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	height: 50px;
	text-align:center;
	line-height: 35px;
	display:block;
}

/* Content CSS */

#contentbox {
	background-color: #363636;
	height:auto;
}

.content {
	padding-top: 40px;
	padding-left: 34%;
	height:auto;
}

#steam {
	padding-top: 60px;
}

#fpsb, #cap {
	padding-top: 25px;
}

h2 {
	padding-top: 10px;
	padding-right: 35%;
	text-align: center;
}

#welcome {
	padding-top: 10px;
	padding-right: 400px;
	text-align: center;
}

/*Footer Css*/

#foottext {
	text-align:center;
	font-size: 12px;
	display:block;
	line-height: 71px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;	
	height: 75px;
	position:absolute;
    bottom:0;
    width:100%;
	margin: 0 auto;
}

/*Link Css*/

A:link {
	text-decoration: none;
	color: #e5e5e5;
}
A:visited {
	text-decoration: none;
	color: #e5e5e5;
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; color: #FFF;
}