
@font-face{
	font-family:"CenturyGothic";
	font-display: auto;
	font-size:'normal';
	src: url('http://nervsoft.net/fonts/CenturyGothic/GOTHIC.TTF.woff');
}


@font-face{
	font-family:"CenturyGothic";
	font-display: auto;
	font-size:'bold';
	src: url('http://nervsoft.net/fonts/CenturyGothic/GOTHICB.TTF.woff');
}

body{
	font-family:"CenturyGothic";
}

body>div{
	float:left;
}

ad{
	width:300px;
}

div.main{
	width: calc(100% - 600px);
}

.window{
	margin:30px;
	padding: 50px;
	border:solid 1px gray;
	border-radius:10px;
}

h1{
	margin:5px;
}

.form{
	background-color:#4083c4;
	padding:10px 30px;
	color:white;
	border-radius:5px;
}

input[type='submit'],
input[type='file']{
	background-color:#FFF;
	border:none;
	border-radius:5px;
	padding:10px;
	cursor:pointer;
	margin-right:5px;
}
