body {
margin: 0px;
padding: 0px;
text-align: left;
font-family: Arial,sans-serif;
font-size: 16px;
color: #000000;
background-color: #E6E6E6;
}

input,button,textarea,select {
font-family: Arial,sans-serif;
font-size: 16px;
outline: 0px;
color: #000000;
}

a {
outline: 0px;
}

input[type="text"]::placeholder,input[type="password"]::placeholder,textarea::placeholder {
color: #000000;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}

input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,textarea:-ms-input-placeholder {
color: #000000;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}

input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
color: #000000;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}

input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,textarea::-moz-placeholder {
color: #000000;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}

#container {
position: absolute;
display: block;
min-width: 320px;
width: 100%;
max-width: 100%;
min-height: 100%;
height: 100%;
max-height: 100%;
text-align: center;
background-color: transparent;
background-repeat: no-repeat; 
background-position: center center; 
background-size: cover;
overflow: auto;
}

.alias {
position: relative;
display: inline-block;
vertical-align: middle;
width: 0px;
height: 100%;
background-color: transparent;
}

#textcontainer {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
height: auto;
background-color: transparent;
}

#logo {
position: relative;
display: block;
width: 220px;
height: auto;
opacity: 1;
}

#textlink {
position: relative;
display: block;
padding-top: 15px;
text-decoration: none;
font-size: 1.5em;
color: #FFFFFF;
-webkit-text-stroke: 1px #000000;
font-weight: bold;
}

#textlink:hover,#textlink:focus {
color: lightblue;
}

#texttime {
position: relative;
display: block;
padding-top: 15px;
font-size: 1.5em;
color: #FFFFFF;
-webkit-text-stroke: 1px #000000;
font-weight: bold;
}