* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}


body {

	background: #fff;
	font-size: 12px;
	font-family:  arial, helvetica, sans-serif;
	/*background-position-y: 29px;*/
	/*background-image: url('../img/3d360industryprints-cs.gif?v1');*/
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
;*/
.section-image-index {
	position: relative;
	top: 15px;
	height: 785px;
	background: url('./img/3d360industryprints-cs.gif?v1') no-repeat;
}

.botleft-link {
	display:block;
	border:0px;
	width: 100%;
	background-image: url('../img/3d360industryprints-cs.gif?v1');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

td { text-align:center; }

logo {
}

a.button {
	display:block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #990000;
	color: #FFCC00;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;	
	border:2px solid #000000;
	border-radius:10px;
}
a.button:hover{ background: #CC0000; }

