@charset "UTF-8";
/* 	
Blogsy website main page CSS
Author : Sean Choe
*/

#container {
	width: 1080px;
}

#wrap {
	width: 1080px;
}
	
img {
	max-width: 1024px;
}

#main {
	width: 1026px;
	float: left;
	margin-left: 27px;
	background-image: url(../images/header_photo.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

#menu {
	width: 1080px;
	background-image: url(../images/menu_bg.png);
}

#menu ul {
	margin: 0 0 0 120px;
}

#menu li{
	margin: 0 50px 0 50px;
}

#devide {
	float: left;
	margin-left: 40px;
	width: 857px;
	height: 1px;
	background-image: url(../images/deviding_line.png);
	background-repeat: no-repeat;
}

#header p#header_main_text {
	color: white;
	font-family: Georgia;
	font-size: 34px;
	text-align: right;
	padding: 20px;
	margin-top: 80px;
	float: right;
	background: rgba(0, 0, 0, 0.9);
}

#content {
	width: 1026px;
	float: left;
	font-size: small;
	color: #333333;
	padding: 0 0 0 40px;
}

#footer {
	float: left;
	width: 1026px;
	font-size: x-small;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 27px;
	background-color: white;
}