Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html {
- min-height: 101%;
- }
- body {
- background-image: url('images/stars_tiled.jpg');
- margin: 0;
- padding: 0;
- font-family: 'PT Sans Caption';
- font-size: 16pt;
- color: #fff;
- overflow-x: hidden;
- }
- #main {
- margin: 10px auto;
- text-align: center;
- text-shadow: 0 0 7px #f00;
- width: 1000px;
- position: relative;
- }
- .bumper {
- position: absolute;
- overflow: hidden;
- }
- #left_bumper {
- background-image: url('images/normandy.png');
- left: -499px;
- width: 499px;
- height: 421px;
- }
- #right_bumper {
- background-image: url('images/serenity.png');
- right: -450px;
- width: 450px;
- height: 422px;
- }
- #header, #navbar, #footer {
- text-align: center;
- padding: 5px 0;
- margin: 5px 0;
- box-shadow: 0 0 3px 0 #fff inset;
- }
- #header {
- padding: 40px 0;
- }
- #content {
- min-height: 300px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement