			body {
				font-family: Tahoma;
				
			}
			div#container {
				position:absolute;
				top: 50%;
				left: 50%;
				width:704px;
				height:480px;
				margin-top: -240px; 
				margin-left: -352px;
				background: url("../images/box_default_hosting_page.png") no-repeat;
			}	
				div#content {
	width: 550px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
				}
					div#content h1 {
						color: #016d7a;
						font-size: 16px;
					}
					div#content p {
						font-size: 13px;
					}
					
			a {
				text-decoration: underline;
				color: #016d7a;
				font-weight: bold;
			}
