@charset "utf-8";
#ust {
    width: 100%;
    height: 150px;
    background-color: #F90;
}

#menu {
    float: left;
    width: 30%;
    height: 400px;
    background-color: #F66;
}

#icerik {
    float: right;
    width: 70%;
    height: 400px;
    background-color: #FF5;
}

#alt {
	margin-top: 400px;
    width: 100%;
    height: 50px;
    background-color: #909;
}

