@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans_bold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open_sans_bold_italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open_sans_italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/open_sans.woff') format('woff');
}
@font-face {
    font-family: 'US101';
    font-weight: normal;
    font-style: normal;   
    src: url('../fonts/us101-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/us101-webfont.woff') format('woff'),
         url('../fonts/us101-webfont.ttf') format('truetype'),
         url('../fonts/us101-webfont.svg#US101Regular') format('svg');
}	

body {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Open Sans";
	min-width: 1200px;
}

.screen {
	display: none;
}

a {
	text-decoration: none;
	color: rgb(0, 104, 255);
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 5px 0;
	font-family: "US101";
	font-size: 48px;
	text-shadow: 1px 1px 1px rgb(215, 215, 215);
}
h2 {
	margin: 5px 0;
	font-family: "US101";
	font-size: 32px;
	text-shadow: 1px 1px 1px rgb(215, 215, 215);
}

p {
	text-indent: 15px;
}
p img {
	box-shadow: 3px 3px 5px rgb(45, 45, 45);
}

.txtg_bl {
	text-shadow: 0 0 4px rgb(0, 144, 245);
}

#menu {
	display: none;
}
#menu_contact {
	display: none;
}

.wrap {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 20px 70px;
	border: 1px solid black;
}

#top_half {
	display: none;
}
#bottom_half {
	position: relative;
	margin-top: 500px;
}
#bottom_half .wrap {
	width: 880px;
	margin-top: 200px;
	opacity: 0;
	padding: 200px 0;
}

.starter {
	position: absolute;
	right: 0px;
	z-index: 20;
	height: 0px;
	right: 40px;
	width: 400px;
	opacity: 0;
	margin: 20px -20px 20px 30px;
	padding: 15px;
}
.starter:hover > .starter_bottom {
	background: rgb(39, 34, 27);
}
.starter_bottom {
	position: relative;
	left: -15px;
	width: 400px;
	padding: 10px 12px 10px 18px;
	font-family: "US101";
	background: rgb(255, 255, 255);
	word-spacing: 2px;
}
#starter_1 {
	background: url(../images/office_tall.jpg);
	background-size: 100% auto;
	background-position: 0px 0px;
}
#starter_1 > div.starter_bottom {
	bottom: -242px;
}
#starter_2 {
	background: url(../images/staff.jpg);
	background-size: 100% auto;
	background-position: 0px 0px;
}
#starter_2 > div.starter_bottom {
	bottom: -193px;
}

#footer {
	display: none;
}