@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body, html{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.notfound {
	padding: 0;
	margin: 0;
	background-color: #efefef;
	width: 100%;
	height: 100%;
	display: none;
	color: #666666;
}
.notfound .table{
	width: 100%;
	height: 100%;
}
.notfound .table td {
	text-align: center;
}
.message{
	text-align: center;
	max-width: 600px;
	padding: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.home-page{
	color: #666666;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 8px 12px;
	border: 1px #666666 solid;
	margin: 5px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.title{
	font-size: 60px;
}
.text{
	font-size: 25px;
}
.url{
	font-size: 14px;
}
.url a{
	color: #000000;
}