@charset "UTF-8";
/* CSS Document */

html,body{font-family:'Roboto',Arial, Helvetica, sans-serif; color:#941F80;}

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #b4b4bc;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;	
}

address{
	font-family:'Roboto', sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:100;
	color:#FFF;
  }	
	
p{
	font-family:'Roboto', sans-serif;
	font-style:normal;
	font-weight:100;
	color:#3E3E46;
	line-height:22px;
	font-size:13px;
	padding-top:5px;
	}	
	
a.link{font-family: 'Roboto', sans-serif; text-decoration:none; color:#800065;}
a.link:hover{color:#E830AD;}	