@charset "utf-8";
/* CSS Document */

html, body{

        padding: 0px;
        margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #fff;
		font-weight: bold;
		background-color:#000;
		background-attachment: fixed; 
		background-image: url(img2/backgroundpurple.jpg);
		background-repeat: no-repeat;
		background-position:center;
		background-position:top;
		
}
.mypages {
	color: #d4cbe5;
	margin-right: 50px;
	vertical-align:middle;
	font-size:13px;
}