body {
	background: url(http://i.imgur.com/AU8YNFf.jpg) no-repeat right top;
	background-size: cover;
	cursor:url(http://i.imgur.com/ZZ6VAYU.png), auto;
	font-family: firstfont; color: #FFFFFF;
	text-align: center;
}

IMG.logos {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
a:hover {
	cursor: url(http://i.imgur.com/241YAc9.png), auto;
}
.container {
	height: 420px; 
}
div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.column {
	background-color: lightgray;
	border-radius: 25px;
    background: lightblue;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

a.imagelink{text-decoration: none;}
a:link{color: white;}
a:visited{color:white;}


@font-face {
	font-family: firstfont;
	src: url('AndyBold.ttf');
}

.column-left{ float: left; width: 33%; height: 1000px;}
.column-right{ float: right; width: 33%; height: 1000px; }
.column-center{ display: inline-block; width: 33%; height: 1000px;}

* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -5em;
}
.footer, .push {
height: 5em;
}





@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  background: #4d4d4d;
  width: 85%;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'AndyBold.ttf', firstfont;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ffffff;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
