﻿@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

body {
  font-family: 'Raleway', sans-serif;
  font-size:15px;
  color:#fff;
  background-image:url('bg1.jpg');
  background-size:cover;
  min-height:600px;
}
a:link {
    color: #FFCD00;
	text-decoration: none;
	font-weight: 600;
}

a:visited {
    color: #FFCD00;
}

a:hover {
    color: #fff;
}
.logo   {
    margin-bottom: 30px; margin-top: -100px; width:711px; height:87px;
}
.button  {
    margin-top: 20px; margin-right: 10px; margin-left: 10px; width:120px; height:30px; background:#666666; color:#FFCC00; font-weight:600;
}
