@charset "UTF-8";

/*genel tanimlamalar*/

body {
	font-size:12px;
	font-family:"century gothic",sans-serif;
	background-color:#fff;
	overflow:hidden;
	height:90%;
	margin:0;
	padding:0;
}


.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
	padding:0;
}

a {
	color:#404040;
	text-decoration:none;
	cursor:pointer;
	padding:3px;
}

a:hover,a.hover {
	color:#000;
	text-decoration:none;
}


.header:link {
font-size:16px;
color:404040;
text-decoration:none;
margin-left:30px;
}

.header:visited {
font-size:16px;
color:404040;
text-decoration:none;
margin-left:30px;
}

.header:hover {
font-size:16px;
color:#fff;
text-decoration:none;
background:#000;
padding: 5 5 5 5;
}


h1 {
font-size:14px;
}

/* ana cerceve */

#mainframe {
width:960px;
min-height:95%;
height:95%;
}

/* icerik */

#icerik{
height:960px;
}

/* home */
#anasayfa {
height:960px;}

/* about*/
#about {
height:960px;}

/* portfoy */
#portfoy {
height:960px;}

/* contact */
#contact {
height:960px;}


/* statik taban */
#mainfooter {
position:fixed;
bottom:0;
left:0;
width:100%;
height:25px;
background:#dcdcdc;
margin-bottom:10px;
}

#mainfooter .links {
float:left;
width:960px;
text-align:right;
padding-right: 30px;
padding-top:5px;
}

#mainfooter .linksensag {
padding-left:50px;
padding-right:50px;
float:left;
width:960px;
text-align:right;
}

#newsfeed {
postion: fixed;
bottom:0px;
left:0px;
margin-bottom:30px;
margin-left:15px;
width:250px;
height:150px;
}