﻿body {
background: #6441A5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2a0845, #6441A5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
overflow-x: hidden;
overflow-y: auto;
font-family: 'Open Sans', sans-serif;
margin: 5% 10% 5% 10%;
word-wrap: break-word
}

#logo , #text{
position: absolute;
display: block;
left: 50%;
top: 50%;
margin-top: -42px;
margin-left: -170px
}

#text {		
margin-top: 60px;	
font-size: 12px;
line-height: 1.6;
color: #FFF;	
width: 330px;
text-align: right
}

a {
outline: none;
}

a:link, a:visited, a:active {
text-decoration: none;
color: gold
}

a:hover {
text-decoration: underline
}

h1 {
line-height: 35px;
text-shadow: 2px 2px 2px #000;
font-size: 16px;
text-align: justify
}

.text_flashpolicy {
color: #FFF;
font-size: 13px;
text-align: justify;
line-height: 1.6
}

.port {
color: lightgreen
}

li {
line-height: 30px;
}

#menu {
width: 330px;
height: 30px;
position: absolute;
display: block;
left: 50%;
top: 50%;
margin-top: -75px;
margin-left: -170px;
color: gold;
font-size: 12px;
font-weight: bold;
text-align: right
}

@media (max-height: 600px) {  
#logo {    
margin-top: -122px
}    
#text {	
margin-top: -20px
}
#menu {
margin-top: -155px;
}
}
