@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	height:97%;
	margin: 4px;
	padding: 0;
	border: 0;
	}

#wrapper {
	background-color: #ffffff;
	vertical-align: middle;
	width: 100%;
	}

.title {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: 000000;
	}
	
.h2 {
	font-family: Arial, monospace;
	font-size: 8pt;
	color: 000000;
	}

	
.h3 {
	font-family: Arial;
	font-size: 8pt;
	color: 000000;
	}


.text {
	font-family: Arial, monospace;
	font-size: 8pt;
	line-height: 11pt;
	color: 000000;
	}
	
.artistlink {
	font-family: Arial, monospace;
	font-size: 8pt;
	color: 000000;
	}

.archivelink {
	font-family: Arial, monospace;
	font-size: 7.5pt;
	color: 000000;
	}

.topimage {
	width: 400px;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
a:active {
	text-decoration: underline;
	color: #000000;
	}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/alina_astrova/2016/top.jpg) no-repeat;
    background-size: cover; 

}

div
.absolute {
	position: absolute
	padding: none
	border: none
	}
