Upload images problem

hi, i have a problem with upload images

if i have in the css

body {
width: 100%;
height: 100%;
font-family: Lora,“Helvetica Neue”,Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;
}

the image not upload

But if i have,
body {

font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;

}

The images are uploads

Hi, apardal

maybe try

html{
width: 100%;
height: 100%;
}
body {
min-height: 100%;
min-width: 100%;
}

Hi macinBlack, yes it work.

but the image it looks bad

http://www.urbe-networks.com/danielkuper/

Hi

If you talking about the section Press the CSS should look like this

.featured-img {
width:100%;
margin: 0 auto;
overflow:hidden;
position: relative;
height: 300px;
}
.featured-img img{
width:140%;
height: auto;
}
.featured-img img.absolute{
left: 0%;
width:100%;
margin-left: 0px;
position:absolute;
}

Screenshot

thanks i have solve it