@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.profile-imageback {
	background-image: url(images/pic-profile.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	font-weight: normal;
}
.creame {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
.editorial-imageback {
	background-image: url(images/editorial-back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fashion-imageback {
	background-image: url(images/fashion-back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #acb24e;
	text-decoration: none;
}

