@font-face {
	font-family: cool_font;
	src: url('cool_font.ttf');
}

html, body {
	color: white;
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
}

img {
	border: none;
}

img.bg {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	display: block;

	max-width: 1920px;
	max-height: 1440px;
}

div.main {
	height: 100%;
	border: 0;
	padding: 0;
}

div.about {
	font-family: sans-serif, Arial;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60%;
	bottom: 0;
	left: 10%;
	overflow: auto;
	width: 90%;
}

span.name {
	font-size: 40px;
}

span.phone {
	font-size: 20px;
}

span.gallery {
	font-size: 15px;
}

a {
	color: white;
	font-size: 20px;
	text-decoration: none;
}

a:visited {
	color: white;
	font-size: 20px;
}
