* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: white;
}

body {
	background-color: #1a1a1a;
	background-image: url(../../images/back_pattern.png);
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@keyframes amp-on-animation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.amp-on {
	animation-name: amp-on-animation;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes amp-off-animation {
	from { opacity: 1.0; }
	to { opacity: 0; }
}

.amp-off {
	animation-name: amp-off-animation;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@-moz-keyframes spin-on { 100% { -moz-transform: rotate(260deg); } }
@-webkit-keyframes spin-on { 100% { -webkit-transform: rotate(260deg); } }
@keyframes spin-on { 100% { -webkit-transform: rotate(260deg); transform:rotate(260deg); } }

.rotate-on {
	animation-name: spin-on;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@-moz-keyframes spin-off { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-off { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-off { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.rotate-off {
	transform:rotate(-100deg);
	animation-name: spin-off;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

#amp-on-img {
	width: 960px;
	height: 540px;
	position: absolute;
	margin: 0px auto;
	background-image: url(../images/avryster_amp.png);
}

#amp-off-img {
	width: 960px;
	height: 540px;
	position: absolute;
	margin: 0px auto;
	background-image: url(../images/avryster_amp_off.png);
}

@keyframes push-animation {
	0% { transform:scale(1); }
	50% { transform: scale(0.8); }
	100% { transform: scale(1.0); }
}

.push-button {
	animation-name: push-animation;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}

.push-button-2 {
	animation-name: none;
}

#logo {
	position: absolute;
	width: 55px;
	height: 70px;
	top: 394px;
	left: 824px;
	background-image: url(../images/avryster_logo.png);
}

#instructions {
	position: absolute;
	top: 332px;
	left: 133px;
}

#wrapper {
	width: 960px;
	height: 540px;
	position: relative;
	margin: 0px auto;
	margin-top: -60px;
}

#invisible {
	opacity: 0;
}

#infoSection {
	position: absolute;
	top: 80px;
	width: 600px;
	height: 300px;
	z-index: 1;
	color: white;
	background-color: #1a1a1a;
}

ul {
	margin-left: 5px;
}

#portraitImage {
	width: 100px;
	height: 100px;
	float: left;
	margin: 14px;
	border: 2px Solid black;
}

#portraitTitle {
	position: absolute;
	top:126px;
	left: 8px;
	width: 120px;
	height: 120px;
	font-size: 10px;
}

#infoText {
	position: absolute;
	left: 130px;
	width: 446px;
	height: 284px;
	background-color: #121212;
	padding: 8px;
	padding-left: 14px;
	margin-top: 0px;
}

#contactSection {
	position: absolute;
	top: 80px;
	width: 600px;
	height: 300px;
	z-index: 1;
	color: white;
	background-color: #1a1a1a;
}

#message {
	width: 300px;
	height: 120px;
}

#form {
	padding: 8px;
}

#form input {
	margin: 4px;
	color: black;
}

#gallery {
	width: 600px;
	height: 300px;
	position: relative;
	margin-top: 80px;
	margin-left: 180px;
}

#content {
	width: 600px;
	height: 300px;
	position: absolute;
	display: block;
	top: 80px;
	z-index: 0;
}.imgContainer {	width: 600px;	height: 300px;}
#prev_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(../images/prev_btn.png);
	top: 340px;
	left: 520px;
	z-index: 1;
	cursor: pointer;
}

#next_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(../images/next_btn.png);
	top: 340px;
	left: 560px;
	z-index: 1;
	cursor: pointer;
}

#buttons {
	width: 960px;
	height: 80px;
	position: absolute;
	top: 395px;
}

#onOff_btn {
	width: 80px;
	height: 80px;
	position: relative;
	margin-left: 80px;
	float: left;
	background-image: url(../images/switch_off.png);
}#ui_btn{	width: 80px;	height: 80px;	position: relative;	margin-left: 180px;	float: left;	background-image: url(../images/knobs.png);}

#twoD_btn{
	width: 80px;
	height: 80px;
	position: relative;
	margin-left: 20px;
	float: left;
	background-image: url(../images/knobs.png);
}

#threeD_btn{
	width: 80px;
	height: 80px;
	position: relative;
	margin-left: 20px;
	float: left;
	background-image: url(../images/knobs.png);
}

#info_btn{
	width: 80px;
	height: 80px;
	position: relative;
	margin-left: 20px;
	float: left;
	background-image: url(../images/knobs.png);
}

#contact_btn{
	width: 80px;
	height: 80px;
	position: relative;
	margin-left: 20px;
	float: left;
	background-image: url(../images/knobs.png);
}

#submit_btn {
	color: black;
	position: absolute;
	width: 100px;
	height: 30px;
	top: 265px;
	left: 208px;
}

#ContactMe {
	background-color: #121212;
	padding: 10px;
	font-weight: bold;
}

#message {
	overflow: auto;
	color: black;
}

#footer {
	margin: 0px auto;
	width: 300px;
}