@import url(https://fonts.googleapis.com/css?family=Raleway:300,400);
.text-brand {
  color: #00adef;
}
.text-skew-brand {
  color: #00adef;
  font-style: italic;
}
.text-bold-brand {
  color: #00adef;
  font-weight: bold;
}
.text-alarm {
  color: #ed1c24;
}
.text-alert {
  color: #ec008b;
}
.text-mark {
  color: #00d869;
}
.text-custom {
  color: #7f4098;
}
#header {
  width: 960px;
  height: 200px;
  border: 1px solid #2B2E46;
  float: left;
  background-color: #F0F;
}
.show {
  background-color: #F0F !important;
  border: 2px solid #006 !important;
}
.showdiv {
  height: 500px;
  width: 500px;
  background-color: #F0F !important;
  border: 2px solid #006 !important;
}
html {
  background: url(/images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: 'Raleway', sans-serif;
}
body div#main {
  width: 600px;
  position: relative;
  margin-top: 100px;
  left: 50%;
}
body div#main h1 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 36px;
}
body div#main div.container {
  background: url(../images/pixel.png);
  padding: 20px 30px;
  border: 1px solid #222;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
  color: #FFFFFF;
}
body div#main div.container h2 {
  font-weight: 400;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
body div#main div.container h3 {
  font-weight: 400;
}
body div#main div.container p {
  font-weight: 300;
}
body div#main div.container a {
  background: url(../images/pixel-wit.png);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 15px 25px;
  display: block;
  float: left;
  clear: both;
}
body div#main div.container a:hover {
  color: #000;
  background: #fff;
}
body div#main div.container#content {
  margin-bottom: 30px;
}
body div#main div.container#footer {
  background: #FFF;
  height: 40px;
}
body div#main div.container#footer div#footertext {
  float: left;
  width: 200px;
}
body div#main div.container#footer div#footertext a#sitelink {
  background: transparent;
  color: #000;
  border: none;
  padding: 0px;
}
body div#main div.container#footer div#footertext a#sitelink:hover {
  color: #666;
}
body div#main div.container#footer img {
  float: left;
}
body div#main div.container#footer p {
  margin-top: 0px;
  color: #000;
}
body .clear {
  clear: both;
  height: 0px;
}
#wrap {
  width: 960px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
}
