body{
    margin: 0;
    padding: 0;
    background-image:url("../resimler/sky2.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}


.headerDiv {
	margin-bottom: 25px;
	width: 100%;
	margin: 0;
	text-align:center;
}

.contentDiv {
	width:800px;
	//text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#blogContentDiv #tweetEvalDiv {
	background-color: #FFEBCD;
	padding: 20px;
}




header {
	background-image:url("../resimler/dag.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	height:350px;
	width:100%;
	padding-top:5px;
}


nav {
    background-color: #300030;
    margin: 0;
    overflow: hidden;
	margin-top: 0;
    text-align:center;
}

nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

nav ul{
	display: flex;
	justify-content:space-around;
}

nav ul li {
    /* This allow us to arrange list items in a row, without using float */
    display: inline-block;
    list-style-type: none;
    line-height: 15px;
	text-decoration: none;
	font-size: 20px;
}

nav ul li a {
	color: white;
	text-decoration:none;
}

.leftDiv {
	margin: 20px;
}


.footerDiv {
	text-align: center;
}

footer {
	top:0;
	margin-top:150px;
}

footer ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	line-height:40px;
}

#footer_text{
	padding-right:250px;
	color:#300030;
}
