body 	{
	background: #000000 url("picts-intro/background-intro.jpg") repeat-x top left; 
	margin: 0px;
	padding: 0px;
	border: #000001 0px solid;
	}

html, body	{ height: 100%; }






/* LINK COLORS */

a:link, a:visited, a:active	{ color: #FFCC00; text-decoration: none; }

a:hover				{ color: #00C78C; text-decoration: none; }






/* THIS LINE CONTROLS THE GENERAL FONT SIZE */

body		{ color: #FFFFFF; font: normal 0.8em arial, sans-serif; }

.title		{ color: #00C957; font: normal 1.4em  "Trebuchet MS", arial, sans-serif; font-weight: normal; text-decoration: none; }

.hilite		{ color: #FFCC00; }






/* PAGE ALIGNMENT WIDTHS HEIGHTS */

.pagewrapper	{
		width: 100%;
		height: 100%;
		margin: 0px auto 0px auto;
		border: #999999 0px solid;
		}

.pagewrapper td { text-align: center; vertical-align: middle; }

.content-inner {  max-width: 100%; margin: 0px auto; }

.content-outer 	{
		max-width: 700px;
		min-width: 210px;
		min-height: 390px;
		text-align: center;
		background-color: transparent;
		border: #AB353E 0px solid;
		background-position: 0px 0px;
		background-repeat: repeat;
		padding: 25px;
		margin: 0px auto 0px auto;
		}

.textdiv	{
		min-width: 210px;
		max-width: 530px;
		float: left;
		text-align: left;
		padding: 15px 30px 0px 3px;
		margin: 0px 0px 0px 0px;
		}

.floatclear	{ width: 100%; clear: both; font-size: 0; padding: 0; margin: 0; height: 1px; margin: 0 0 -1px 0; }






/* ADJUST VERTICAL ALIGNMENT */

.adjustvert	{ height: 100px; }






/* IMAGES */


.main-imagediv	{
		text-align: center;
		padding: 0px;
		margin: 0px auto 0px auto;
		border: #CDC9A5 1px 
  ;
		border-width: 8px 0px 0px 0px;
		}

.main-image	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.main-imagediv, img.main-image 
		{
		max-width: 700px;
		max-height: 350px;
		min-width: 250px;
		}






/* MUSIC PLAYER */

.musicplayer		{ width: 99%; }

.musicplayerwidth	{
			max-width: 700px;
			min-width: 210px;
			}






/* ALIGNMENT */

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.center-div	{ margin-left: auto; margin-right: auto; }

.left-div	{ margin-left: 0px; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0px; }






/* BORDERS AND BARS */

.page-splits	{
		min-width: 99%;
		font-size: 0.1em;
		line-height: 1px;
		border-bottom: #FFC125 1px solid;
		border-top: #FFFFFF 1px solid;
		height: 4px;
		margin: 5px 0px 6px 0px;
		}






/* INTRO BUTTON CODE */

#introbuttondiv	{
		max-width: 100%;
		min-width: 250px;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background-color: transparent;
		border: #CC0000 0px solid;
		border-width: 0px 0px 0px 0px;
		}

.introbutton		{
		width: 50%;
		max-width: 350px;
		min-width: 125px;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

.introbutton a		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: normal;
		text-align: center;
		display: block;
		cursor: pointer;
		padding: 12px 0px 12px 0px;
		background-color: #CC0000;
		background-image:url("picts-intro/introbutton.png");
		background-repeat:repeat-x;
/* FADE UP */
transition: background 0.8s ease;
-webkit-transition: background 0.8s;
		border: #999999 0px solid;
		}

.introbutton a.firstbutton  { border-right: #CC0000 0px solid; }


.introbutton a:link, .introbutton a:visited, .introbutton a:active	

	{
	color: #FFFFFF;
	text-decoration: none;
	}

.introbutton a:hover 
	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	}






/* GLOBE CODE */

.globe-container  { background-color: #1ECEFF; }

.globe-container
	{
    float: left;
    margin: 30px auto 0px 10px;
    width: 92px;
    height: 92px;
    border: 0px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    background-image: url("picts-intro/globe-image.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-animation: rotate 10s infinite linear;
    -moz-animation: rotate 10s infinite linear;
    -ms-animation: rotate 10s infinite linear;
    -moz-box-shadow: 0px 0px 0px #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px #FFFFFF;
    box-shadow: 0px 0px 15px #FFFFFF;  
	}
.globe
	{    
    position:absolute;
    width: 92px;
    height: 92px;
    background:url("picts-intro/globe-highlight.png") top left no-repeat
	}

@-webkit-keyframes rotate{
  0% {
   background-position: 0px 0px;
  }
  100% {
     background-position: -160px 0px;
  }

}

@-ms-keyframes rotate{
   0% {
   background-position: 0px 0px;
  }
  100% {
     background-position: -160px 0px;
  }
}
@-moz-keyframes rotate{
 0% {
   background-position: 0px 0px;
  }
  100% {
     background-position: -160px 0px;
  }
}






/***************
Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
***************/

@media handheld and (max-width: 480px),
   screen and (max-device-width: 480px),
   screen and (max-width: 480px) 
	{


.content-outer 	{
		padding: 12px;
		}

.textdiv	{
		padding: 10px 10px 0px 3px;
		}

	}





