﻿body
{
    background-color:coral;
}
#tartalom
{
    margin:0 auto;
    width:80%;
}
.bal {
    float: left;
    width: 10%;
}

.jobb {
    float: right;
   width: 10%;
}

.kozep {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
   
}
.kep
{
width:100%;
height:100%;
}
#cim
{
    margin:0 auto;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius:10px;
    background-color:lightcoral;
    width:70%;
    text-align:center;
    color:antiquewhite;
}
input[type=button]
{
    width:40%;
    height:25%;
    border:2px solid red;
    color: yellow;
    background-color:red;
    border-radius:10px;
}
input[type=button]:hover
{
    width: 40%;
    height: 25%;
    border: 2px solid red;
    color: red;
    background-color: yellow;
    border-radius: 10px;
}