*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
* html{
	height: 758px;
}
body{	
	height: 758px;
	background-color: #4b4b4b;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#main-container{
	width: 1200px;
	height: 758px;
	margin: 0 auto;
}

#mc-top{
	background-image: url(../images/bck-top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #4b4b4b;
	height: 77px;
	width: 1200px;
}
#mc-page{
	height: 700px;
	width: 1200px;
	background-color: #e9e2c7;
}
#mc-bottom{
	background-image: url(../images/bck-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4b4b4b;
	height: 220px;
	width: 1200px;
	margin-top: 5px;
}

#page-titles{
	padding-top: 80px;
	z-index: 1;
}
#page-titles #title-1{
	margin-left: 77px;
	margin-bottom: 10px;
}
#page-titles #title-2{
	margin-left: 77px;
	margin-bottom: 19px;
}
#page-titles #orange-bck{
	width: 1200px;
	height: 132px;
	background-image: url(../images/bck-orange.jpg);
	background-repeat: repeat;
}

#page-content{
	position: relative;
	top: -232px;
	padding-left: 77px;
	z-index: 1000;
	height: 100px;
}

#page-content #left-column{
	float: left;
}
#page-content #left-column #social-icons{
	margin-top: 60px;
}

#page-content #left-column #social-icons .si-group,
#page-content #left-column #social-icons .si-group2{
	height: 78px;
	width: 91px;
	float: left;
	text-align: center;
}
#page-content #left-column #social-icons .si-group{
	background-image: url(../images/icon-separator.jpg);
	background-position: 1px;
	background-repeat: no-repeat;
}
#page-content #left-column #social-icons .stars-container{
	margin-top: -5px;
}

#page-content #email-form{
	float: left;
	width: 561px;
	margin-left: 30px;
	margin-top: 115px;
}
#page-content #email-form #ef-top{
	background-image: url(../images/email-form-top-trans.png);
	background-repeat: no-repeat;
	width: 561px;
	height: 10px;
}
#page-content #email-form #ef-middle{
	background-image: url(../images/email-form-middle-trans.png);
	background-repeat: repeat-y;
	width: 471px;
	height: 305px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 45px;
}
#page-content #email-form #ef-bottom{
	background-image: url(../images/email-form-bottom-trans.png);
	background-repeat: no-repeat;
	width: 561px;
	height: 8px;
}

#page-content #email-form .font-1{
	font-family: Tahoma;
	font-size: 20px;
	color: #4b4b4b;
}
#page-content #email-form .font-2{
	font-family: Tahoma;
	font-size: 14px;
	color: #4b4b4b;
}

#page-content #email-form .email-textbox{
	width: 207px;
	height: 29px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../images/email-form-textbox.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
}
#footer{
	margin-top: -170px;
	float: left;
	width: 1200px;
}
#pixeldreams-logo{
	float: right;
	margin-right: 80px;
}
.little-link,
.little-link a,
.little-link a:hover{
	font-family: verdana;
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
.little-link:hover{
	text-decoration: underline;
}
