body {
	background-color: #FFF;
	margin: 0px;
	font-family: verdana;
	overflow: hidden;
}
html {
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#icon	{
	position: absolute;
	top: 33%;
	width: 100%;
	z-index: 1;
	text-align: center;
}
#fp	{
	position: absolute;
	top: 5%;
	width: 100%;
	z-index: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
	border: 0px dashed black;
}
#mmme	{
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 1;
	text-align: right;
	border: 0px dashed #FF3300;
}
img.ded {
	width: 80%;
	max-width: 1200px;
	border: 0px dashed #FF3300;
}
img.icon {
	width: 27%;
	border: 0px dashed #FF3300;
}
img.mmme {
	width: 28%;
	border: 0px dashed #FF3300;
}
img.in {
	width: 29px;
	border: 0px dashed #FF3300;
}
img.sc {
	width: 32px;
	border: 0px dashed #FF3300;
}
#cntct {
	background-color: none;
	position: absolute;
	top: 12%;
	right: 25%;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: right;
	z-index: 10;
}
#quote	{
	background-color: none;
	position: absolute;
	width: 70%;
	left: 15%;
	border: 0px dashed #FF3300;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	z-index: 4;
	padding: 10px 0px 0px 0px;
}
#uc	{
	position: absolute;
	border: 0px dashed #FF3300;
	width: 100%;
	bottom: 15%;
	z-index: 3;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
#in	{
	position: absolute;
	border: 0px dashed #FF3300;
	width: 100%;
	bottom: 9%;
	z-index: 5;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#sc	{
	position: absolute;
	border: 0px dashed #FF3300;
	width: 100%;
	bottom: 6%;
	z-index: 3;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#L	{
	background-color: none;
	position: absolute;
	bottom: 27%;
	left: 0px;
	width: 50%;
	height: 50%;
	z-index: 1;
	text-align: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 0px solid #EEE;
}
#R	{
	background-color: none;
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: 27%;
	height: 50%;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #FF3300;
}
p	{
	font-size: 12px; 
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	letter-spacing: 1px;
	/*line-height:100%;*/
	padding: 0px 15px 0px 20px;
}
#M	{
	background-color: pink;
	position: absolute;
	width: 66%;
	left: 17%;
	bottom: 27%;
	height: 50%;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px dashed #FF3300;
}
#plxsamples	{
	background-color: none;
	position: absolute;
	right: 12%;
	top: 12%;
	z-index: 20;
	padding: 0px;
	border: 1px dashed #FF3300;
}
#demo	{
	background-color: none;
	position: absolute;
	left: 0%;
	bottom: 0px;
	z-index: 20;
	font-size: 10px; 
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	border: 0px solid yellow;
}
a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #666;
	text-decoration: none;
}
/*LOADING*/
.spinner {
   width: 88px;
   height: 88px;
   border-radius: 50%;
   border: 22px solid;
   border-color: #eeeeee;
   border-right-color: #FF3300;
   animation: spinner 1.2s infinite linear;
}

@keyframes spinner {
   to {
transform: rotate(1turn);
}
}

.loader {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 4px solid #EEE;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
.loader::after {
  content: ''; 
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 4px solid #FF3300;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
 
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*MENU NAVIGATION*/
#B	{
	background-color: none;
	position: absolute;
	bottom: 0px;
	height: 27%;
	min-height: 60px;
	width: 100%;
	border-top: 0px solid #FF3300;
	z-index: 3;
	text-align: center;
}
h1	{
	font-size: 14px; 
	letter-spacing: 4px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}
a.menu:link {
	color: #666;
	letter-spacing: 6px;
	text-decoration: none;
}
a.menu:visited {
	color: #666;
	letter-spacing: 6px;
	text-decoration: none;
}
a.menu:hover {
	color: #FF3300;
	letter-spacing: 6px;
	text-decoration: none;
}
a.menu:active {
	color: #666;
	letter-spacing: 6px;
	text-decoration: none;
}
/*COPYRIGHT*/
#copy	{
	background-color: none;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 9;
	text-align: center;
	font-size: 8px; 
	color: #666; 
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 0px 10px 0px;
}
/*CSS BACKUP SHIZZLE*/
	/*background-color: none;*/
	/*padding: 0px 0px 0px 0px;*/
	/*margin: 0px;*/
	/*border-top: 0px solid #FF3300;*/
	/*text-align: center;*/
	/*border-width: 0px;*/
	/*border-color: #FF3300;*/
	/*border-style: dashed;*/
	/*width: 80%;*/
	/*max-width: 600px;*/