/* Big Nickel CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px auto;
	white-space: normal;
}

img { text-align: center; }

a img {	border: 0; } /* Remove borders on image links */

hr {
	width: 850px;
	border: 1px dotted #555;
}

.ocent { text-align: center; }

.wrapper {
	width: 850px;
	height: auto;
}

#banner {
	background-image: url(img/bgnickelhigh.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 488px;
}

#menu {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	background-image: url(img/line.jpg);
	background-repeat: repeat-x;
	width: 849px;
	height: 40px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
}

#linkstxt {
	height: 20px;
	padding: 10px;
	float: left;
}

#linkspix {
	height: 30px;
	padding: 5px;
	float: left;
}

.con {
	float: left;
}

.content {
	width: 850px;
	margin: 30px;
}

.content h2 {
	color: #f00;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.content a {
	text-decoration: none;
	color: #1f4174;
}

.content a:hover {
	text-decoration: none;
	color: #fff;
}

.box {
	float: left;
	width: 283px;
	overflow:hidden;
}

.bx {
	height: 270px;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
	overflow:hidden;
}

.bx p {
	color: #fff;
	text-align: center;
}

.bx a {
	/*color: #0d3c648;*/
	color: #4D8DFF;
}

.bx:hover .transparent {
	background-color:#777; 
	z-index:-1;
	height: 270px;
	width: 283px;
	opacity:0.5;   
	filter: alpha(opacity=50);   
	-moz-opacity: 0.5;   
	position: absolute; 
}

#downloads {
	width: 500px;
	height: auto;
	overflow: hidden;
}

.border {
	border: 1px solid #fff;
	float: left;
}

.picsidetxt {
	height: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}