html, body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	font: normal 100% "Times New Roman", Times, serif;	
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

embed, object, video {
	max-width: 100%;
}

/* TRAJAN PRO FONT */
@font-face{ 
	font-family: 'trajan pro';
	src: url('fonts/TrajanProRegular.eot');
	src: url('fonts/TrajanProRegular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/TrajanProRegular.woff') format('woff'),
	     url('fonts/TrajanProRegular.ttf') format('truetype'),
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

#page {
	display: block;
	margin: 0 auto;
	padding: 120px 0 40px 0;
	width: 80%;	
}

#content {
	display: block;	
	max-width: 500px;	
	text-align: center;
	box-sizing: border-box;
     float: right;
}

#black-block {
	display: block;
	padding: 1.4em 2em;
	font-family: trajan pro;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

#black-block a {
	color: #ffffff;
}

#logo {
	width: 100%;
	max-width: 450px;
	margin: 40px auto 0 auto;	
}

.default-view {
	display: block;
}

.phone-view {
	display: none;
}

@media screen and (min-width : 501px) and (max-width : 900px){

body {
	font-size: 90%;	
}

#page {
	padding: 50px 0 40px 0;
}
     
#content {
     float: none;
     margin: 0 auto;
}     

}

@media screen and (max-width : 500px){

body {
	font-size: 85%;	
}

#page {
	padding: 140px 0 40px 0;
}
     
#content {
     float: none;
     margin: 0 auto;
}      

#black-block {
	padding: 1.4em 1.3em;
}

.default-view {
	display: none;
}

.phone-view {
	display: block;
}

}