@charset "UTF-8";
/* CSS Document */

*
{
margin:0;
padding:0;
}

body
{
	background:white;
	margin:0;
	padding:0;
}

#m
{
	width:800px;
	margin:auto;
	margin-top:20px;
}
	

#container
{
	widht:100%
	background:white;
	
	height: 800px;
}

#header
{
	text-align:center;
	background:url(images/be_glamourous.png) center no-repeat;
	width:100%;
	height:99px;
	margin-top:10px;
	margin-bottom:10px;
}

#contact
{
float:left;
display:block;
margin-top: 8px;
font-family:"Times New Roman", Times, serif;
font-size:18px;

}

#designs
{
	float:right;
	background:url(images/designs_home.png) center no-repeat;
	width:220px;
	height:55px;
}

#adjectives
{
	float:left;
	margin-left:30px;
	background:url(images/adjectives.png) center no-repeat;
	width:145px;
	height:205px;
	margin-top:260px;
}

#enter
{
	float:right;
	margin-right:30px;
	width:215px;
	margin-top:310px;
	height:135px;
}

#enter a img
{
	border:0;
}

a
	{
		color:#000000;
		text-decoration:underline;
	}
a:hover
		{
			text-decoration:none;
		}

#feature
{
	float:left; 
	margin-top:25px; 
	margin-left:70px;
}

