﻿@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 2
   Coding Challenge 2
   
   Filename: code2-2_layout.css

*/

body {
   width: 900px;
}

img {
   display: block;
   width: 400px;
   float: right;
}