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


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -154px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 154px; /* .push must be the same height as .footer */
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}

.aboutJames {
visibility: hidden;
z-index:0;
position:absolute;
left: 0px;
top: 0px;
width:0px;
height:0px;
color: #FFFFFF;
}

.bgStyle {
background: url(james_site_background.jpg);
background-attachment:fixed;
background-position: top left;
background-repeat:no-repeat;
}

.imageDiv { position: absolute;
left: 300px;
top: 100px;
z-index: 99;
}
	
.infoDiv {
	position: absolute;
	left: 82px;
	top: 465px;
	z-index:97;
	width: 237px;
}

.navDiv {
	position: absolute;
	left: 61px;
	top: 463px;
	width: 100px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	z-index:99;
}



.menuDiv {
	position: absolute;
	left: 65px;
	top: 175px;
	width: 66px;
	z-index: 99;
}

.worksMenu {
position: relative;
left: 0px;
width: 66px;
z-index:99;
}

.countNums {
color: #999999;
font: Arial, Helvetica, sans-serif;
font-size: 11px;
z-index:99;
}

.aboutText {
position: absolute;
left: 290px;
top: 175px;
z-index:99;
}

.aboutRock {
position: absolute;
left: 15px;
top: 400px;
z-index: 2;
}

.contactStudio {
position: absolute;
left: 290px;
top: 175px;
z-index: 99;
}

.contactUSA {
	position: absolute;
	left: 483px;
	top: 175px;
	z-index: 99;
}

.contactAsia {
	position: absolute;
	left: 667px;
	top: 175px;
	z-index: 99;
}

.contactForm {
	position: absolute;
	left: 483px;
	top: 375px;
	z-index: 99;
}


.contactBook {
position: absolute;
left: 40px;
top: 300px;
z-index: 2;
}

.newsFire {
position: absolute;
left: 45px;
top: 286px;
z-index: 2;
}

.newsText {
	position: absolute;
	left: 300px;
	top: 175px;
	width: 560px;
	height: 445px;
	border:none;
	z-index: 99;
}

.bgTop {
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}

.bgBottom {
position: absolute;
left: 0px;
bottom: 0px;
z-index: 1;
}

.pageText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: rgb(103,103,103);
	width: 540px;
	
}
