/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
img{
	width: 100%;
}

h1{
	color: #333;
	text-align: center;
	font-family: "Open Sans", "sans-serif";
	font-weight: 300;
	width: 100%;
	display: block;
	margin-top: 30px;
}
