@charset "utf-8";
/* CSS Document */

html {
		font-family: Jura, Arial, Helvetica, sans-serif; 
		width: 100%;
		margin: 0px auto;
		background-image:url(../img/bgr.jpg);
		background-repeat: no-repeat;
		background-color: #fff;
		color: #222;
		line-height: 150%;		
}

body	{
		width: 90%;
		/*border: 1px solid black;
		/*border-radius: 10px;*/
		margin: 0px auto;
		position:relative;
		top: 550px;
}	
#logo_titul	{
		height: 150px;
		width: 150px;
		position: relative;
		top: -180px;
		left: 0px;
}
#logo_titul img	{
		width: 150px;
		height: auto;
		margin: auto;
}
form	{margin: 0px}
input	{ border-radius: 5px;}
		