/* CSS Document */
#mobileScreen{
	display:none;
}
.holder {
	overflow: hidden;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	border: 0px;
    width: 70%;
	height: 550px;
}
.detail {
	overflow: hidden;
	position: relative;
	width: 42%;
	height: 500px;
	left: 50%;
	margin-left: -19%;
	text-align: justify;
	color: #01d2ff;
/*	color: #49b1e1;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.holder img {
	position: absolute; 
	left: 64%;
	border: 0;
}
#nav1{
	z-index: 60;
	top: -275px;
}
#nav2{
	z-index: 50;
	top: -275px;
}
#nav3{
	z-index: 40;
	top: -275px;
}
.detail h1{
	text-align:left;
}
.detail a, #brand{
	color: #f8dafb;
}
.detail a:visited{
	color: #79c7eb;
}

#text-idea{
	position: relative;
	height: 200px;
	top: -225px;
	left: 575px;
	z-index: 65;
}
#text-exp{
	position: relative;
	height: 180px;
	top: -325px;
	left: 575px;
	z-index: 55;
}
#text-contact{
	position: relative;
	height: 150px;
	top: -475px;
	left: 575px;
	z-index: 45;
}
body {
/*	background-color: #79c7eb;*/
	background-color: #07060a;
	background-image: url(images/mosaic.png);
	background-repeat: no-repeat;
	width: 98%;
    height: 98%;
    min-height: 580px;
    max-width: 1280px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-right: 2px solid #f8dafb;
    border-bottom: 4px dotted #f8dafb;
}
#bigScreen{
    margin-top: -10px;
}
#slogan {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 20px;
}
#tagline {
	position:absolute;
	right:0;
	bottom:0;
	margin: 10px;
	margin-bottom: 5px;
}
#javaWarning{
	z-index: 100;
	text-align:center;
	color: #4a4a4a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    padding-top: 5px; 
}
#javaWarning a{
	color: #7a7a7a;
}

#palettelink{
	position: absolute;
	top: auto;
	bottom: 0;
	color: #2a2a2a;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	left: 50%;
	margin-left: -250px;
}
#palettelink a{
	color: #4a4a4a;
}
