* {
    position: relative;
}
body {
    font-family: Roboto-Light;
    background-color: #eeeeef;
    margin: 0px;
    padding: 0px;
	/*overflow-x: hidden;*/
}
img {
    width: 100%;
    height: 100%;
}
#wrapper {
    background-image: url(../img/150203_spetBG.jpg);
    width: 1263px;
    height: 710px;
    margin: 0px auto;
}
#mainTitle {
    font-family: Roboto-Black;
    font-size: 110px;
    color: #2aa198;
    
    top: 50px;
    left: 50px;
}
#community {
    font-family: Roboto-Regular;
    font-size: 46px;
    color: #2aa198;
    
    left: 284px;
    top: -58px;
}
#slogen {
    font-size: 28px;
    color: #2aa198;
    
    left: 154px;
    top: -39px;
}
#strass {
    width: 146px;
    height: 136px;
    left: 50px;
}
#place {
    width: 150px;
}
#gogoritas {
    padding: 50px 0px 0px;
    
    height: 61;
    width: 210px;
    
    left: 80px;
}
.delimeter {
    padding: 25px 0px 35px;
}
.delimeter hr {
    width: 800px;
    left: 50px;
    position: absolute;
}
.content1 div {
  width: 262px;
}
.content1 img {
	width: 475px;
    height: auto;
    left: 50px;
    margin: 35px 0px;
}
.content2 {
    top: 50px;
    
    width: 100%;
    
    float: left;
    position: relative;
}
.content2 div{
    float: left;
}
.content3 {
    left: 50px;
    width: 100%;
}
.content3 div {
    font-size: 12px;
    width: 214px;
    float: left;
}
.content4 {
	width: 35%;
    left: 50px;
    border-radius: 15px;
    padding: 15px 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.70);
}
.content4 p {
	font-size: 17px;
	font-weight: 600;
}