body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	
		background: url('00000179.gif');
}
h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 255px;
	height: 100px;
	background: url('superbgimage.png') no-repeat;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 255px;
	height: 100px;
}
a { 
	color: #fff;
	text-decoration: none;
}
a:hover { 
	color: #f00;
}
.small {
	font-size:10px;
}

#overlay {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	padding: 10px;
	background: #000;
	width: 255px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
	z-index:1;
}

fieldset {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border:solid 1px #333;
}
fieldset * {
	text-align: left;
}
legend {
	color: #fc0;
	cursor: pointer;
	display: block;	
}

#control {
	text-align: center;
}
#control a {
	font-weight: bold;
	padding: 5px;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	line-height: 22px;
	float: left;
	width: 22px; 
	height: 22px;
}

#transition {
	width:100%;
}



#gallery {
	position:absolute;
	left:50%;	
	top:50%;
	width:600px;
	height:600px;
	padding:45px;
	margin:-340px 0px 0px -340px;
	background: url('00002611.gif');
}

#gallery img {
	width:100%;
	height:100%;
}


	
/*-------------> CANVAS */
#thisCanvas { 
	z-index:100;	
	position: absolute; 
	margin:0px; 
	padding:0px;
	background-image: url(world_machine_jpg.gif);
	background-position:center;
	background-repeat:no-repeat;

}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
#gallery {
	position:absolute;
	left:50%;	
	top:50%;
	width:400px;
	height:400px;
	padding:30px;
	margin:-210px 0px 0px -210px;
	background: url('00002611.gif');
}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
#gallery {
	position:absolute;
	left:50%;	
	top:50%;
	width:600px;
	height:600px;
	padding:45px;
	margin:-340px 0px 0px -340px;
	background: url('00002611.gif');
}

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */

}
	
