body{
	background-color:white;
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000175;
	font-size:0.8em;
}
a{color:#7d7fba;text-decoration:none;}
a:hover{text-decoration:underline}
.pagehome{
		margin-top:25px;
		width:800px;
		height:550px;
		border:thin gray solid;
		background-image : url(../../images/bgimage.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		margin-left: auto; 
		margin-right: auto;
		
}

.name{
	background-image : url(../../images/name.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	height:121px;
	width:344px;
	margin-left:15px;
	margin-top:10px;
}

.text{
	float:right;
	width:400px;
}