/* CSS Document */

body {
	/*background-image: url("logo.png");*/
	background-image: linear-gradient(0,#EE934C,#EE934C);
	/*background-color: #398A4F;*/
    background-size: 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
} 
a{ text-decoration:none} 
a:hover{ text-decoration:none}
.divcss5-right{float:right} 
        input[type=text]{
            width: 400px;
            height: 30px;
        }
        input[type=submit]{
            width: 100px;
            height: 35px;
        }
.title{
	background-color: #BEE5FC;
	color: #BE6064;
	border-radius:  20px;
	opacity: 0.8;
	width: 100%;
	font-size: 250%;
	font-size-adjust: auto;
}
.text{
	background-color: #F1E087;
	border-radius: 20px 20px 0px 0px;
	opacity: 0.75;
	width: auto;
	margin:auto;
}