@charset "UTF-8";
html {
    height:100%;
}
body {
	background : linear-gradient(rgb(0, 157, 216, 1), rgb(0, 0, 0, 1), rgb(0, 157, 216, 1));
	background-color : black;
	background-position : center;
	background-size : cover;
	height : auto;
	margin : 0;
	position : relative;
	width : 100%;
}
center {
    text-align:center;
}
sub {
    vertical-align:sub;
}
sup {
    vertical-align:super;
}
i {
    font-style:italic;
}
em {
    font-style:oblique;
}
b {
    font-weight:700;
}
small {
    font-size:smaller;
}
big {
    font-size:larger;
}
u {
    text-decoration:underline;
}
strike {
    text-decoration:line-through;
}
blink {
    text-decoration:blink;
}
iframe {
    border:none;
}
a:link {
    color:#ffffff;
    background-color:transparent;
    text-decoration:none;
}
a:visited {
    color:#d90000;
    background-color:transparent;
    text-decoration:none;
}
a:hover {
    color:#00ffd4;
    background-color:transparent;
    text-decoration:none;
    cursor:url("./link.cur"),pointer;
}
a:active {
    color:#00ffd4;
    background-color:transparent;
    text-decoration:none;
    cursor:url("./link.cur"),pointer;
}
.email {
    font-family:"Lucida Fax","Palatino Linotype",serif;
    text-align:center;
    font-weight:700;
    font-size:24pt;
    letter-spacing:2px;
}
.error {
    color:#ffffff;
    font-family:"Lucida Console","Courier New",monospace;
    text-align:center;
    font-weight:700;
    font-size:24pt;
}
a.imagelink {
}
.centerxy {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%,-50%);
}
.centerx {
  position: relative;
  text-align:center;
}
.relative {
  position: relative;
}