/* CSS Document */

div#mainframe {
	margin-left: 13px;
 	border-width: 21px ;
	-moz-border-image: url(buttons/mframe.png) 42% 45% 42% 45% round round; 			
	-webkit-border-image: url(buttons/mframe.png) 42% 45% 42% 45% round round; 	
	border-image: url(buttons/mframe.png) 42% 45% 42% 45% round round; 		
	width: 400;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:10px;
	
}

.contactimage {
	border: none;
	height: 300px;
	position: relative;
	text-align: left;
	width: 400px;
	background: url("pics/welcome.jpg");
}
.csscomp{
	border: none;
	position: relative;
	text-align: left;
	height: 60px;
	width: 400px;
	background: url("pics/css3comp.jpg");
}