/* Add here all your CSS customizations */
.bordersright
{
	border-right: 1px dotted #fff;
	height: auto;
	min-height: 100px;
}
.bordersbottom
{
	border-bottom: 1px dotted #fff;
}
#events
{
	background-color:#efefef;
	padding:30px;
}
.main
{
	margin-top: -150px;
}
#about
{
	background: url(../images/about.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: 550px;
  font-size: 20px;
  line-height: 28px;
  padding-top: 50px;
  padding-bottom: 50px;
}