body {
    background-color: rgb(64,180,229);
    background-image:url(img/patern.png);
    background-repeat:no-repeat;
}

#right {
	position: relative;
    float:right;
    top:15%;
    right:10%;
	margin: 0px;
	padding: 0px;
    max-width:43%;
/*    background-color:red; */
}

.bigText{
    text-align:right;
    margin-top:50px;
    margin-bottom:20px;
    font-family: Raleway;
    font-size: 18pt;
    color: white;
}

.smallText {
    text-align:right;
    font-family:Raleway;
    font-size:12pt;
    color:white;
    line-height:22pt;
}