@font-face {
			font-family: ArchivoNarrow-Bold;
			font-weight:bold;
			src:url('fonts/ArchivoNarrow-Bold.otf');
		}
		body
		{
			padding:0px;
			margin:0px;
			background: url('../images/dejana_background.jpg') no-repeat center center fixed; 
			background-color:#000;
			-webkit-background-size: cover;
		  	-moz-background-size: cover;
  			-o-background-size: cover;
	 	 	background-size: cover;
		}
		img
		{
			vertical-align: top;   
		}
		.portal_main
		{
			width:913px;
			margin:0 auto;
			color:#fff;
			font-family: ArchivoNarrow-Bold, arial, sans-serif;
		}
		.portal_main a
		{;
			color:#fff;
		}
		.portal_content
		{
			padding: 20px 0px 0px 50px;
			height:400px;
			background: -webkit-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.0)); /* For Safari 5.1 to 6.0 */
			background: -o-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.0)); /* For Opera 11.1 to 12.0 */
			background: -moz-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.0)); /* For Firefox 3.6 to 15 */
			background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.0)); /* Standard syntax */
		}
		.portal_content label
		{
			display:inline-block;
			font-family: ArchivoNarrow-Bold, arial, sans-serif;
			margin-bottom:5px;
			font-size:17px;
		}
		.portal_content input[type='text']
		{
			margin-bottom:5px;
			display:inline-block;
		}
		.portal_content .submit_button
		{
			margin-top:10px;
		}