﻿/* CSS layout */

html{  
    background-image:url('img-astro/nightsky.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
figure{
    text-align: center;
}
#txt-body{
}
#ISS-body-right{
    float: right;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    width: 310px;
    height: 450px;
	margin-left: auto;
	margin-right: auto;
}