/* CSS Document */

.image{



	background-image: url(img/under-construction.jpg);
	background-repeat: no-repeat;
	width: 306px;
	height: 350px;
	margin-left: 350px;

}

#text{
	color:#006600;
	font-family:Calibri, "Trebuchet MS", "Times New Roman";
	font-variant:normal;
	font-size:24px;
	padding-left: 200px;
	font-weight: bolder;
}

